mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 04:13:17 +00:00
adding TOC entry for file managers
This commit is contained in:
parent
4d59294c81
commit
7b3c022085
1 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Cryptocurrencies](#cryptocurrencies)
|
||||
* [Database](#database)
|
||||
* [Emulators](#emulators)
|
||||
* [File manager](#file-manager)
|
||||
* [Games](#games)
|
||||
* [Graphics](#graphics)
|
||||
* [Image processing](#image-processing)
|
||||
|
@ -281,8 +282,6 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
|
|||
|
||||
### File manager
|
||||
|
||||
#### Terminal
|
||||
|
||||
* [broot](https://github.com/Canop/broot) - A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then `cd` to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading [dystroy.org/broot](https://dystroy.org/broot/) [![Latest Version](https://img.shields.io/crates/v/broot.svg)](https://crates.io/crates/broot)
|
||||
* [joshuto](https://github.com/kamiyaa/joshuto) - ranger-like terminal file manager written in Rust
|
||||
* [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer
|
||||
|
|
Loading…
Reference in a new issue