Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 2.16 KB

command-line-tools.md

File metadata and controls

68 lines (35 loc) · 2.16 KB

Command Line Tools

zoxide

zoxide is a blazing fast autojumper, intended to completely replace the cd command. It allows you to change directories without typing out the entire path name.

https://github.com/ajeetdsouza/zoxide

bat

bat is a cat clone with syntax highlighting and Git integration that works on Windows, MacOS and Linux. It provides syntax highlighting for many file extensions by default.

https://github.com/sharkdp/bat

exa

exa is a modern replacement for ls, the default command-line program in Unix/Linux for listing directory contents. exa supports icons with the --icons flag.

https://github.com/ogham/exa

fd

fd is a fast and user-friendly alternative to find, the built-in command-line program in Unix/Linux for walking a file hierarchy. fd provides opinionated defaults for the most common use cases. To find a specific file by name, you write fd PATTERN instead of find -iname ‘PATTERN’. fd is also extremely fast and it comes with a ton of options like ignoring hidden directories, files and patterns from .gitignore by default.

https://github.com/sharkdp/fd

dust

dust is a more intuitive version of du, the built-in command-line program in Unix/Linux for displaying disk usage statistics. By default dust sorts the directories by size.

https://github.com/bootandy/dust

tokei

tokei is a program that displays statistics about your code. It shows the number of files, total lines within those files and code, comments, and blanks grouped by language.

https://github.com/XAMPPRocky/tokei

bottom

A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop.

https://github.com/ClementTsang/bottom

jql

A JSON Query Language CLI tool built with Rust

https://github.com/yamafaktory/jql

ripgrep

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

https://github.com/BurntSushi/ripgrep

starship

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

https://starship.rs/guide/

homebrew

The Missing Package Manager for macOS (or Linux)

https://brew.sh/