Skip to content

Instantly share code, notes, and snippets.

@bn-l
Last active March 23, 2024 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bn-l/01b2927927e46bcd9d6b426c2796f73d to your computer and use it in GitHub Desktop.
Save bn-l/01b2927927e46bcd9d6b426c2796f73d to your computer and use it in GitHub Desktop.
CLI QoL

git-gragh rust

A nicer git log --oneline --graph --decorate --all in rust.

https://github.com/mlange-42/git-graph

NCurses Disk Usage

Like the unix command du but using ncurses to give a quasi gui / tui. No hyperbole: This is one of the best programs I've ever used in terms of UI. It's simple and perfect.

https://dev.yorhel.nl/ncdu

Bottom

Very nice version of htop in rust. Can quickly filter and kill processes. Shows network usage.

https://github.com/ClementTsang/bottom

Vifm

Vim - Vim-like file manager. Ncurses based file manager with some vim bindings and other thing from vim.

https://github.com/vifm/vifm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment