Command Line Tools: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
https://twitter.com/krisnova/status/1109618657305333761 | https://twitter.com/krisnova/status/1109618657305333761 | ||
{{Quote| | |||
containertop/ctop is awesome. alias ctop='docker run --name ctop -it --rm -v /var/run/docker.sock:/var/run/docker.sock http://quay.io/vektorlab/ctop ' | containertop/ctop is awesome. | ||
</ | |||
<code>alias ctop='docker run --name ctop -it --rm -v /var/run/docker.sock:/var/run/docker.sock http://quay.io/vektorlab/ctop '</code> | |||
}} | |||
{{Quote| | |||
entr, this CLI tool is just amazing, it's a simple watch and do whatever you want | |||
<code>find . -name "*.go" | entr -c go build</code> | |||
}} | |||
Revision as of 05:59, 29 March 2019
https://twitter.com/krisnova/status/1109618657305333761
{{{1}}}
entr, this CLI tool is just amazing, it's a simple watch and do whatever you want
find . -name "*.go"