| bin | ||
| install.sh | ||
| makefile | ||
| README.md | ||
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 :)