Skip to content

Instantly share code, notes, and snippets.

@bn-l
Last active March 23, 2024 17:37
Show Gist options
  • Select an option

  • Save bn-l/01b2927927e46bcd9d6b426c2796f73d to your computer and use it in GitHub Desktop.

Select an option

Save bn-l/01b2927927e46bcd9d6b426c2796f73d to your computer and use it in GitHub Desktop.

Revisions

  1. bn-l revised this gist Mar 23, 2024. 2 changed files with 37 additions and 28 deletions.
    37 changes: 37 additions & 0 deletions cli-qol.md
    Original 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" >



    28 changes: 0 additions & 28 deletions linux-cli-qol.md
    Original file line number Diff line number Diff line change
    @@ -1,28 +0,0 @@

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

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

    ![image](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](https://gist.github.com/assets/13162197/59d357ca-c41e-49b9-95ac-5bf81dc31049)

    ## Bottom

    Very nice version of htop in rust.

    https://github.com/ClementTsang/bottom






  2. bn-l revised this gist Feb 7, 2024. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions linux-cli-qol.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,14 @@ ever used in terms of UI. It's simple and perfect.

    ![image](https://gist.github.com/assets/13162197/59d357ca-c41e-49b9-95ac-5bf81dc31049)

    ## Bottom

    Very nice version of htop in rust.

    https://github.com/ClementTsang/bottom






  3. bn-l created this gist Feb 7, 2024.
    20 changes: 20 additions & 0 deletions linux-cli-qol.md
    Original 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

    ![image](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](https://gist.github.com/assets/13162197/59d357ca-c41e-49b9-95ac-5bf81dc31049)