A collection of wrappers of command line tools.
For fish functions, just copy them to ~/.config/fish/functions
.
For other scripts, use make
to install an individual script:
make install BIN=name
name
is the filename.
See all filenames via ls bin/*
.
For fish functions, run functions -e name
under fish.
To uninstall other scripts:
make uninstall BIN=name
Scripts will be installed to /usr/local/bin
.
Edit config.mk
to install them to other path.
Note all scripts must be installed to same path.
Changing installation path for individual script will break make uninstall
.
0BSD