General utilities
Use sudo if you are using GNU/Linux
1 | npm install -g tldr |
tldr
A Node.js based command-line client for tldr.
Usage
To see tldr pages:
1 | tldr --update download the latest pages and generate search index |
Example
Find the tldr page for the find command.
1 | $ tldr find |
fkill-cli
Fabulously kill processes. Cross-platform.
Sometimes you know the process you want to finish and then you do not need to type: ps -ef | grep -i <process-name>, then can use th interactive fkill-cli and select the process to kill.
Usage
1 | $ fkill --help |