First of all, you might want to check out the subreddit: /r/commandline https://www.reddit.com/r/commandline/ general commands - awk/grep/sed/wc - text file processing - convert (image magick) - image processing tool - cpulimit - limit the cpu usage of a process - fdupes - check for duplicate files and optionally remove them - pdftk - concatenate pdf files and more - https://www.pdflabs.com/tools/pdftk-the-pdf-toolki…
Ask HN: What are your favorite terminal programs?
61–70 of 203 posts
Re: Ask HN: What are your favorite terminal programs?
#62https://gist.github.com/jamestomasino/9d912b409e5b6067ac233e...
Also of interest, my custom functions:
https://github.com/jamestomasino/dotfiles/tree/master/bash/....
And finally, my OSX & Linux Mint install scripts which include a lot of great app packages:
https://github.com/jamestomasino/dotfiles/blob/master/osxset... https://github.com/jamestomasino/dotfiles/blob/master/mintse...
Re: Ask HN: What are your favorite terminal programs?
#63htop and xstarter (disclaimer, I'm the author of the latter)
Re: Ask HN: What are your favorite terminal programs?
#64Fuzzy Finder for files, history and more. Integrates with Vim (and maybe other editors). It is wicked fast.
Re: Ask HN: What are your favorite terminal programs?
#65Re: Ask HN: What are your favorite terminal programs?
#66Earlier quoted context omitted.
As you are using tmux, also check out the awesome tmuxp written in Python. The author is very thorough with the package; testing and documentation. Tmuxp allows you to quickly launch pre-configured tmux sessions.
Thanks for the tip. I briefly read through the docs and it's not clear what this offers above and beyond what tmux does?
Re: Ask HN: What are your favorite terminal programs?
#67https://github.com/basic-gongfu/cixl/blob/master/examples/ci...
PNG viewer:
https://github.com/basic-gongfu/cximage/blob/master/examples...
Linux/64 binaries may be found here:
Re: Ask HN: What are your favorite terminal programs?
#68Some less mentioned ones : tig, htop
Re: Ask HN: What are your favorite terminal programs?
#69First of all, you might want to check out the subreddit: /r/commandline https://www.reddit.com/r/commandline/ general commands - awk/grep/sed/wc - text file processing - convert (image magick) - image processing tool - cpulimit - limit the cpu usage of a process - fdupes - check for duplicate files and optionally remove them - pdftk - concatenate pdf files and more - https://www.pdflabs.com/tools/pdftk-the-pdf-toolki…
If you're just using find to run grep against all files then you would be better off using the recursive flag in grep instead
Re: Ask HN: What are your favorite terminal programs?
#70beets http://beets.io/ for library management
mpd https://www.musicpd.org/ for serving music &
ncmpcpp https://rybczak.net/ncmpcpp/ for playing music (which I alias to `music`)