Last active
March 23, 2024 17:37
-
-
Save bn-l/01b2927927e46bcd9d6b426c2796f73d to your computer and use it in GitHub Desktop.
Revisions
-
bn-l revised this gist
Mar 23, 2024 . 2 changed files with 37 additions and 28 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ ## git-gragh rust A nicer `git log --oneline --graph --decorate --all` in rust. https://github.com/mlange-42/git-graph <image height="50%" width="50%" src="https://gist.github.com/assets/13162197/e6136e4d-2651-4bb5-aaa7-cb0058cdac5d"> ## 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](https://dev.yorhel.nl/ncdu) <image height="50%" width="50%" src="https://gist.github.com/assets/13162197/59d357ca-c41e-49b9-95ac-5bf81dc31049" > ## Bottom Very nice version of htop in rust. Can quickly filter and kill processes. Shows network usage. https://github.com/ClementTsang/bottom <image height="50%" width="50%" src="https://raw.githubusercontent.com/ClementTsang/bottom/main/assets/demo.gif" > ## Vifm Vim - Vim-like file manager. Ncurses based file manager with some vim bindings and other thing from vim. https://github.com/vifm/vifm <image height="50%" width="50%" src="https://gist.github.com/assets/13162197/04dfa514-1029-437d-8124-6b8538c5b852" > This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,28 +0,0 @@ -
bn-l revised this gist
Feb 7, 2024 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,14 @@ ever used in terms of UI. It's simple and perfect.  ## Bottom Very nice version of htop in rust. https://github.com/ClementTsang/bottom -
bn-l created this gist
Feb 7, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ ## 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](https://dev.yorhel.nl/ncdu) 