Skip to content

This is a collection of modern/faster/saner alternatives to common unix commands.

Notifications You must be signed in to change notification settings

astralwaveio/feture-cmd-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

feture-cmd-tools

This is a collection of modern/faster/saner alternatives to common unix commands.

File Listing

  • bat — A cat clone with wings.
  • exa — A modern replacement for ls.
  • dust — A more intuitive version of du in rust.
  • broot — A new way to see and navigate directory trees.
  • fd — A simple, fast and user-friendly alternative to find.

Search

  • ag — A code-searching tool similar to ack, but faster.
  • ack — A grep like search tool optimized for source code.
  • ripgrep — An extremely fast alternative to grep that respects your gitignore.
  • fzf — A general-purpose command-line fuzzy finder.
  • mcfly — Fly through your shell history. Great Scott!

Text Processing

  • choose — A human-friendly and fast alternative to cut and (sometimes) awk.
  • jqsed for JSON data.
  • sd — An intuitive find & replace CLI (sed alternative).

Man Pages

  • cheat — Create and view interactive cheatsheets on the command-line.
  • tldr — A community effort to simplify man pages with practical examples.
  • tealdeer — A very fast implementation of tldr in Rust.

System Info

  • bottom — Yet another cross-platform graphical process/system monitor.
  • glances — Glances an Eye on your system. A top and htop alternative.
  • gtop — System monitoring dashboard for terminal.
  • procs — A modern replacement for ps.

HTTP Clients

  • httpie — A modern, user-friendly command-line HTTP client for the API era.
  • curlie — The power of curl, the ease of use of httpie.
  • xh — A friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance.

Detail whith demo pics

bat

A cat clone with syntax highlighting and Git integration.

exa

A modern replacement for ls.

lsd

The next gen file listing command. Backwards compatible with ls.

A viewer for git and diff output

A more intuitive version of du written in rust.

duf

A better df alternative

A new way to see and navigate directory trees

fd

A simple, fast and user-friendly alternative to find.

An extremely fast alternative to grep that respects your gitignore

ag

A code searching tool similar to ack, but faster.

fzf

A general purpose command-line fuzzy finder.

Fly through your shell history. Great Scott!

A human-friendly and fast alternative to cut and (sometimes) awk

jq

sed for JSON data.

sd

An intuitive find & replace CLI (sed alternative).

Create and view interactive cheatsheets on the command-line.

A community effort to simplify man pages with practical examples.

Yet another cross-platform graphical process/system monitor.

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.

System monitoring dashboard for terminal.

A command-line benchmarking tool.

ping, but with a graph.

A modern replacement for ps written in Rust.

A modern, user-friendly command-line HTTP client for the API era.

The power of curl, the ease of use of httpie.

xh

A friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance.

A smarter cd command inspired by z.

dog

A user-friendly command-line DNS client. dig on steroids

Filesystem Navigation

  • autojump — A cd command that learns.
  • zoxide — A blazing fast alternative to cd
  • z — Jump around.

Core Utils

  • uutils — Cross-platform Rust rewrite of the GNU coreutils.

About

This is a collection of modern/faster/saner alternatives to common unix commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published