https://github.com/weakish/command-line-wrappers
A collection of wrappers of command line tools.
https://github.com/weakish/command-line-wrappers
Last synced: 3 months ago
JSON representation
A collection of wrappers of command line tools.
- Host: GitHub
- URL: https://github.com/weakish/command-line-wrappers
- Owner: weakish
- License: other
- Created: 2014-12-12T23:02:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T11:59:27.000Z (almost 2 years ago)
- Last Synced: 2025-12-19T14:39:01.544Z (6 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
command-line-wrappers
=====================
A collection of wrappers of command line tools.
Install
-------
For fish functions, just copy them to `~/.config/fish/functions`.
For other scripts, use `make` to install an individual script:
```sh
make install BIN=name
```
`name` is the filename.
See all filenames via `ls bin/*`.
### Uninstall
For fish functions, run `functions -e name` under fish.
To uninstall other scripts:
```sh
make uninstall BIN=name
```
### Customize
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`.
License
-------
0BSD