It's been a while since my last post, and I thought it would be a nice new year start sharing my favourite command-line tools.
Here we go:
bat, A cat(1) clone with syntax highlighting and Git integration.
ag, The silver searcher. A code-searching tool similar to ack, but faster. http://geoff.greer.fm/ag/
ripgrep, another alternative to ack and ag. (Thanks to Michael for reminding me of this great tool).
fd, A simple, fast and user-friendly alternative to 'find'.
fzf, A command-line fuzzy finder.
forgit, Utility tool powered by fzf for using git interactively. Thanks to Mr F..
ranger, A VIM-inspired file manager for the console https://ranger.github.io
tig, Text-mode interface for git https://jonas.github.io/tig/
hub, A command-line tool that makes git easier to use with GitHub. https://hub.github.com/
$ hub clone rtomayko/tilt
# expands to:
#=> git clone git://github.com/rtomayko/tilt.git
httpie, Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org/
jq, A lightweight and flexible command-line JSON processor.
exa, A modern version of ‘ls’. https://the.exa.website/ (Thanks to Mr F.)
Michael Kohl Suggestions:
+1 for Httpie