Linux tools that you never knew you needed
Apr 07, 2021
1. bat - (cat alternative) # bat: A cat(1) clone with syntax highlighting and Git integration. Example: 2. fd - (find alternative) # fd: a simple, fast and user-friendly alternative to find. Examples: 3. httpie - (wget/curl alternative) # httpie: a user-friendly command-line HTTP client for the API era. It comes with JSON support, syntax highlighting, persistent sessions, wget-like downloads, plugins, and more. Examples: # Hello world $ http httpie. ...