7 great Terminal/CLI tools not everyone knows

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • exa

    A modern replacement for ‘ls’.

  • exa (https://github.com/ogham/exa) is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary.

    Clink (https://github.com/chrisant996/clink) combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • ripgrep (https://github.com/BurntSushi/ripgrep) is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

  • bat

    A cat(1) clone with wings.

  • bat (https://github.com/sharkdp/bat) is a cat clone with syntax highlighting and Git integration.

  • jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • jq (https://github.com/stedolan/jq) is a lightweight and flexible command-line JSON processor.

  • thefuck

    Magnificent app which corrects your previous console command.

  • thefuck (https://github.com/nvbn/thefuck) is a magnificent app, inspired by a @liamosaur tweet, that corrects errors in previous console commands.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any Linux admins willing to try Pygrep?

    6 projects | /r/linuxadmin | 18 Mar 2023
  • Anyone else feel like they are using Pandas as a crutch?

    1 project | /r/dataengineering | 5 Mar 2023
  • xsv

    1 project | /r/ITProTuesday | 3 Mar 2023
  • With 2022 over soon, what were your favorites apps of the year?

    17 projects | /r/macapps | 29 Dec 2022
  • Using Commandline To Process CSV files

    1 project | /r/programming | 14 Dec 2022