aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-12-29Release bin.sh v0.1.0 (2025-12-29)v0.1.0Shulhan
The first releases of bin.sh that includes the following scripts, * chmod-x.sh - script to remove executable bit from regular files recursively. * gen-password.sh - script to generate random words from Indonesian directory of hunspell. * git-update-all.sh - script to fetch the latest commits from all git repositories under a directory. * jwt-decode.sh - script to decode JWT with optional secret to check for signature. * timer.sh - script to display a message after X duration. * tmux-session.sh - script to open new tmux session with start directory based on configuration in `~/.tmux.session`. * wg-activate.sh - script that activate only one wireguard connection from list of configuration in /etc/wireguard/\*.conf or turning off all of them if no parameter is given.
2025-12-29all: convert the README from asciidoc to markdowShulhan
This is to make it renderable on SourceHut. While at it, group the documentation files into doc/ directory so it can be served under https://kilabit.info/project/bin.sh .