Rephrasing description: broot

pull/29/head
Tullio Facchinetti 8 months ago
parent 7c5947051f
commit ef44ac21d3

@ -400,7 +400,7 @@ Tools for improving the efficiency of directory traversal.
* [Apparition](https://github.com/david-haerer/apparition) - Apparition allows to give names to paths, so that moving to the specific path can be done by using the name; it also allows to manage the list of assigned names.
* [autojump](https://github.com/wting/autojump) - A cd command that maintains a database of most visited paths and allows the access to a directory with shortened versions of the path.
* [broot](https://dystroy.org/broot/) - A new way to navigate directory trees on linux, made in rust.
* [broot](https://dystroy.org/broot/) - broot displays an optimized (omitting unnecessary content) tree view of the filesystem, allowing to fuzzy search files and folder, and move to specified directories.
* [cdwe](https://github.com/synoet/cdwe) - (cd with env vars) Wrapper of the cd command that sets and unsets env vars when you change dir based on a config file.
* [fasd](https://github.com/clvv/fasd) - A Commandline Tool That Offers Quick Access to Files and Directories. It offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.
* [fastdiract](https://github.com/dp12/fastdiract) - Lightning-fast cd and command execution.

@ -226,7 +226,7 @@ data-management,GNU Recutils,https://www.gnu.org/software/recutils/manual/,,"Set
games,terminal_board_games,,https://github.com/salt-die/terminally_bored_terminal_board_games,Board games for the terminal.
games,minesweeper,,https://github.com/gazpachoking/minesweeper,Cross-platform terminal based minesweeper.
games,Terminal Phase,https://dustycloud.org/blog/terminal-phase-1.0/,https://gitlab.com/dustyweb/terminal-phase,A space shooter game you can play in your terminal.
cd,broot,https://dystroy.org/broot/,https://github.com/Canop/broot,"A new way to navigate directory trees on linux, made in rust."
cd,broot,https://dystroy.org/broot/,https://github.com/Canop/broot,"broot displays an optimized (omitting unnecessary content) tree view of the filesystem, allowing to fuzzy search files and folder, and move to specified directories."
calc,Nota,https://kary.us/nota/,https://github.com/pouyakary/Nota,Terminal calculator with rich notation.
editors,vy,,https://github.com/vyapp/vy,A vim-like in python made from scratch.
programming,pire,,https://github.com/johannestaas/pire,Python Interactive Regular Expressions.

1 category name homepage git description
226 games terminal_board_games https://github.com/salt-die/terminally_bored_terminal_board_games Board games for the terminal.
227 games minesweeper https://github.com/gazpachoking/minesweeper Cross-platform terminal based minesweeper.
228 games Terminal Phase https://dustycloud.org/blog/terminal-phase-1.0/ https://gitlab.com/dustyweb/terminal-phase A space shooter game you can play in your terminal.
229 cd broot https://dystroy.org/broot/ https://github.com/Canop/broot A new way to navigate directory trees on linux, made in rust. broot displays an optimized (omitting unnecessary content) tree view of the filesystem, allowing to fuzzy search files and folder, and move to specified directories.
230 calc Nota https://kary.us/nota/ https://github.com/pouyakary/Nota Terminal calculator with rich notation.
231 editors vy https://github.com/vyapp/vy A vim-like in python made from scratch.
232 programming pire https://github.com/johannestaas/pire Python Interactive Regular Expressions.
Loading…
Cancel
Save