Tmux: https://github.com/tmux/tmux/ fish-shell: https://github.com/fish-shell/fish-shell/ ranger: https://github.com/ranger/ranger/ tig: https://github.com/jonas/tig/ ag or rg: https://github.com/ggreer/the_silver_searcher https://github.com/BurntSushi/ripgrep And all my configurations, especially for fish-shell: http://github.com/c02y/dotfiles
Ask HN: Best Command-Line Applications?
231–240 of 393 posts
Re: Ask HN: Best Command-Line Applications?
#232Tmux: https://github.com/tmux/tmux/ ts: http://vicerveza.homeunix.net/~viric/soft/ts/ (TaskSpooler) queue commands in different terminals socat: http://www.dest-unreach.org/socat/ -- Multi-purpose relay most: http://www.jedsoft.org/most/ pager more features than less/more sshfs: https://github.com/libfuse/sshfs remote filesystem using SFTP via FUSE passgo: https://github.com/ejcx/passgo Simple golang password manager…
Re: Ask HN: Best Command-Line Applications?
#233Re: Ask HN: Best Command-Line Applications?
#234I'm a cli junkie but I've gone from using very minimal tiling WMs to vanilla Gnome. So I've stopped using bitlbee for example, but bitlbee is something I'd use a lot in the days of 100% terminal. It's an IRC proxy for other protocols like Skype or Slack. I have no idea how it stands up today but I always liked the concept of having one service that handled conversion of all the modern protocols to text based. Other t…
I also used to use bitlbee, but once AIM died I dropped it.
Slack dropped their irc gateway a while ago. I recommend wee-slack[1] which is a weechat[2] python plugin that uses the Slack API instead of the old IRC gateway, which also means it is a lot more feature rich than the IRC gateway was.
1 - https://github.com/wee-slack/wee-slack 2 - https://weechat.org/
Re: Ask HN: Best Command-Line Applications?
#235Nice question! Here 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/ ]
Excuse my very basic question, but how do you manage spam when using mutt? Do you interface to a cloud-based service in mutt, or have some kind of other spam filter? I’ve always liked the idea of moving my email to mutt and using personal domains, but not convinced I could manage spam well.
Re: Ask HN: Best Command-Line Applications?
#236Earlier quoted context omitted.
have you tried https://github.com/oh-my-fish/oh-my-fish ? has been serving me well for years
It's mainly the bash compatibility - does Oh My Fish fix that problem?
i can however appreciate that breaking bash compatibility is not for everyone.
i mix use of bash and fish. but more often than not i find myself in a situation where i switch to fish because it makes some complex command easier, than the reverse.
greetings, eMBee.
Re: Ask HN: Best Command-Line Applications?
#237Re: Ask HN: Best Command-Line Applications?
#238tig (That's git backwards) It's a luxury and you don't need it if you use something like fugitive in vim, but its a lovely little tool. https://github.com/jonas/tig Think SourceTree but on the command line.
In that sense, lazygit is more navigation friendly.