FranzKafkaYu /
BashScripts
This repository is a collection of my own scripts,including Windows bat scripts and linux shell scripts.
50/100 healthLoading repository data…
rodmoioliveira / repository
This is my collection of useful shell scripts for Linux (ubuntu-latest) and Mac (macos-latest).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is not under active development and was superseded by my dotfiles.
This is my collection of useful shell scripts for Linux (ubuntu-latest) and Mac (macos-latest).
To install all the scripts, run:
make dependencies symlink
To uninstall all the scripts, you can run:
make unsymlink
git-bump --help
Bump the current tag version to the next version according to the semantic
versioning specifications
Usage: git-bump [OPTIONS] --level <RELEASE_LEVEL>
Arguments:
-l, --level <RELEASE_LEVEL>
The release level to bump tag [possible values: patch, minor, major]
Options:
-m, --message <MESSAGE>
Optional tag message
-d, --dry-run
Prints the next version without committing anything
-h, --help
Print help information (use `-h` for a summary)
Examples:
git-bump -l patch -m "version %T"
git-bump -l minor -d
git-bump -l major
pfmt --help
Format plain text with sd.
Usage:
pfmt [OPTIONS] <FILES>...
pfmt [OPTIONS] <<(echo <TEXT>)
Arguments:
<FILES>...
A list of space-separated FILES as positional arguments, or
<TEXT>
A TEXT from standard input
Options:
-h, --help
Print help information (use `-h` for a summary)
Formatting Rules:
- Enforce a single space between words.
- Remove spaces between words and punctuation.
- Add only one space between punctuation and words.
- Remove spaces surrounding words inside square brackets, brackets, and parentheses.
- Trim the spaces at the end of the line.
- Add double spaces between sentences.
Examples (positional arguments):
find . -type f -name "*.md" | xargs pfmt
pfmt *.md
Examples (standard input):
pfmt <<(echo "some text to format ...")
cat README.md | pfmt
echo "some text to format ..." | pfmt
fm - Filter and transform text and files accordingly predefined regex rules.git-bump - Bump the current tag version to the next version accordingly to
semantic versioning specifications.git-dirty - Recursively check your local git repositories for unstaged files.git-changelog - Recursively generate CHANGELOG files for your git repositories.pfmt - Format plain text with sd.Completions for each script are available for the zsh shell in the
complete directory.
To enable shell completion, copy the files to one of your $fpath directories.
make help
all-check Run all checks
dependencies Install dependencies
fmt-check Check format bash code
fmt Format bash code
help Display this help screen
lint-check Check lint bash code
readme Write README.md
symlink Add symlink to scripts in path
tests Tests utilities
typos Check typos
typos-fix Fix typos
unsymlink Remove symlink to scripts from path
Selected from shared topics, language and repository description—not editorial ratings.
FranzKafkaYu /
This repository is a collection of my own scripts,including Windows bat scripts and linux shell scripts.
50/100 healthIts-Aman-Yadav /
This repo contains Linux related Dangerous Weapons which is created by me
53/100 health0xblank /
This repo is basically just a .bashrc/.zshrc and a bash script that will enable me to croissanter my collegues as fast and as clean as I can
DanSaada /
This is a versatile shell project implemented in the C programming language. It offers a range of essential features for command-line interaction. In addition, I made it more appealing with different bash scripts.
28/100 healthsimetb /
This repository is dedicated to my journey of mastering Bash scripting and programming in Vim. Here, I explore fundamental Bash concepts, write scripts to automate tasks, and delve into the intricacies of Vim for efficient coding and text editing.
28/100 healthiwtga /
A tiny script for remapping CapsLock to Escape key. This is dedicated to all my fellow Vim users;)
32/100 health