Skip to content

weakish/command-line-wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec38349 Β· Jul 17, 2024

History

65 Commits
Aug 11, 2022
Nov 13, 2016
Nov 13, 2016
Nov 13, 2016
Dec 12, 2014
Aug 20, 2016
Nov 13, 2016
Jul 23, 2016
Dec 12, 2014
Jul 23, 2016
Aug 21, 2016
Sep 13, 2022
Dec 12, 2014
Nov 13, 2016
May 29, 2017
Aug 6, 2016
Aug 20, 2016
Jul 30, 2022
Jul 17, 2024
Dec 12, 2014
Sep 13, 2022

Repository files navigation

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:

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:

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

About

A collection of wrappers of command line tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published