Things move on. What better commands have you found than the ones that you learned at first?

This page summarizes the projects mentioned and recommended in the original post on /r/commandline

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • coreutils

    Cross-platform Rust rewrite of the GNU coreutils

  • Rust is becoming popular and alternatives like rg seems to have contributed to the trend. There's also a huge undertaking to write GNU coreutils in Rust: https://github.com/uutils/coreutils

  • ripgrep

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

  • https://github.com/BurntSushi/ripgrep it's like grep, but made in rust.

  • 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-all

    rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

  • I'd also suggest to look into https://github.com/phiresky/ripgrep-all since you mention searching gzip files.

  • exa

    A modern replacement for ‘ls’.

  • As mentioned elsewhere in the thread, it’s fast. It has a good output coloring scheme by default. You can make it behave like tree if you want. Got support. Human readable file sizes by default. For the rest of the laundry list I’d suggest checking the project website!

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