This repo delivery useful and portable tools for everyone. New utilities are keep coming!
All tools currently available can be used out-of-box. For convenience, you may run the install.sh
script to install these utilities to /usr/local/bin
. The manpages will also be installed to /usr/local/share/man
.
-
You could supply
-D
or--dest
and the destination path as prefix to the install script. -
If you only want to install manpage, you can do the following:
cd ./man
make install
# alternatively, if you don't have enough privilege:
# sudo make install
Check for each manpage or supply -h
option for the usage of each utilities presented in this repo.
Most of the utilities in this repo has also C / Python alternatives, which is not licenced under AGPLv3. If you want to modify / redistribute / use the utilities in proprietary code, you may want to contact us.
You may open an issue at this repo's GitHub mirror.
- This project is not a commercial product.
- The
Makefile
for manpage is adapted from theMakefile
included inman-pages-posix-2017
, an original copyright notice is attached to theman/Makefile
. - 'POSIX' is also a trademark of the IEEE. This project is not affiliated nor supported by IEEE.
(C) 2023 Yixi Meta
Code or documentation contributed by others has copyright notice attached in the file or reported in Acknowledgement