Different bash binary scripts
Find a file
2025-11-30 16:20:10 +01:00
bin added rock-paper-scissors 2025-11-30 16:20:10 +01:00
install.sh some changes 2025-10-22 15:53:58 +02:00
makefile some changes 2025-10-22 15:53:58 +02:00
README.md some improvements and README changes 2025-11-08 15:52:35 +01:00

bash binaries

colorls.sh: Just prints colors with the "tput setaf $n" where $n is a number between 0 and 255

gclone.sh: This is a simple repo cloning tool for my own instance of forgejo. It works with the forgejo api and fetches the accessible repos to let the user select them via fzf and clone them either into ./$org/$repo or $GIT/$org/$repo -> $GIT is fetched and searches in the ~/ dir for any "git/" dir, and sets it to $GIT if found.

gitsetup.sh: This tool is a bash tui for setting up git settings like branch or a token for git authentication via https. Also can set name, email..

resolve.sh: This does resolve ip-adresses to their hostnames via dig and the default gateway.

ns-copy.sh: This works only in WSL (Windows Subsystem for Linux) as it uses nslookup.exe to get the ip from a hostname and copy it to the clipboard

Needed this for some documentation process some time ago

Note

And more to discover for yourself :)