https://github.com/danieleds/tiny-command-line-tools
A set of useful command line tools that you can drop in your local ~/bin directory
https://github.com/danieleds/tiny-command-line-tools
Last synced: 12 months ago
JSON representation
A set of useful command line tools that you can drop in your local ~/bin directory
- Host: GitHub
- URL: https://github.com/danieleds/tiny-command-line-tools
- Owner: danieleds
- License: mit
- Created: 2021-02-03T13:58:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T15:08:17.000Z (over 5 years ago)
- Last Synced: 2025-03-27T03:42:53.715Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-command-line-tools
A set of useful command line tools that you can drop in your local ~/bin directory.
Most of them are stolen and adapted from the web.
## csv
Pretty-prints a csv file. Usage:
$ csv myfile.csv
or
$ cat myfile.csv | csv
## killallgrep
Kill (-9) all processes whose description matches a given pattern (as it would be shown by `ps aux`). Only the processes of the current user are killed.
$ killallgrep
## usercpu
Find out who is using the largest amount of CPU resources.
$ usercpu
USER CPU CPU(%)
disarli 1026.8 7.13056
root 100 0.694444
netdata 100 0.694444
ugo 5.6 0.0388889