https://github.com/jethrokuan/z (fish port)
Ask HN: Best Command-Line Applications?
81–90 of 393 posts
Re: Ask HN: Best Command-Line Applications?
#82Music organizer/player http://beets.io File browser https://github.com/ranger/ranger Emacs - It does anything you want. Emacs If you like vim keys bindings - http://spacemacs.org Terminal multiplexer - Tmux
Re: Ask HN: Best Command-Line Applications?
#83Re: Ask HN: Best Command-Line Applications?
#84Scoop - https://scoop.sh It's basically apt/brew on Windows, but it's particularly awesome because it does not manage dependencies. It just downloads and extracts installers, which works because every self-respecting program that works on Windows distributes binaries as an installer (or just a zip) somewhere. Result: everything just works, every program is self-contained, no admin rights needed, no package maintainer…
Re: Ask HN: Best Command-Line Applications?
#85Re: Ask HN: Best Command-Line Applications?
#86Technically a CLI I suppose, it imports an mbox file into Gmail. I had switched to G Suite and wanted to import some old emails. It took a while but this did the trick!
Re: Ask HN: Best Command-Line Applications?
#87Here my personal setting:
- Email : mutt [http://www.mutt.org/]
- Passwords manager : pass [https://www.passwordstore.org/]
- Navigate directories : autojump [https://github.com/wting/autojump]
- Task manager : task [https://taskwarrior.org/]
- Music : cmus [https://cmus.github.io/]
- Text editor : emacs -nw [https://www.gnu.org/software/emacs/]
Re: Ask HN: Best Command-Line Applications?
#88I love 'bpython' , python CLI with syntax highlighting and autocomplete for testing out quick ideas. Slightly off topic, but can I just say that iTerm2's native tmux integration is really awesome.
Re: Ask HN: Best Command-Line Applications?
#89If you aren't using tmux or screen, you probably should be, especially over SSH sessions. They allow you to have multiple consoles open and switch between them, split window, and disconnect from SSH and then reconnect with all your things still open and running (as long as the server stayed running).