Added Rust-Traverse

pull/26/head
Tullio Facchinetti 9 months ago
parent dabef667a6
commit 41afe7a083

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1044**
* Apps/tools covered: **1045**
* Number of categories: **65**.
# Index
@ -42,7 +42,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (25), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (8)
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (16), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (16), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (23), [Email](#email) (13)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (8), [File finding (alternatives to find)](#find) (5), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (9), [File finding (alternatives to find)](#find) (5), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
* [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (29)
* [History management](#history) (4)
* [Multimedia](#multimedia) (13)
@ -439,6 +439,7 @@ Show directory trees and navigate through the file system (but not full featured
* [browsr](https://github.com/juftin/browsr) - A pleasant file explorer that can browse the contents of local and remote filesystems with your keyboard or mouse; remotes include GitHub, over SSH, in AWS S3, Google Cloud Storage, or Azure Blob Storage.
* [Hop!](https://github.com/benrutter/hop) - File explorer designed to be fast, simple and user friendly, running on any operating system.
* [ictree](https://github.com/NikitaIvanovV/ictree) - Like tree but interactive.
* [Rust-Traverse](https://github.com/dmcg310/Rust-Traverse) - Rust traverse is a terminal based file explorer. It is inspired by the NNN file manager. It uses Ratatui for the terminal UI, with Crossterm for the terminal backend.
* [tre](https://github.com/dduan/tre) - `tree` command improved with git awareness, editor aliasing, and colors.
* [tree](http://mama.indstate.edu/users/ice/tree/) - "Recursive directory listing command that produces a depth indented listing of files".
* [twf](https://github.com/wvanlint/twf) - Standalone tree view file explorer.

@ -1043,3 +1043,4 @@ data-management-tabular,pykli,,https://github.com/eshepelyuk/pykli,Interactive k
todo-manager,mayhem,,https://github.com/BOTbkcd/mayhem,A minimal TUI based task tracker.
office,Slideck,,https://github.com/piotrmurach/slideck,Present Markdown-powered slide decks in the terminal.
calc,kalc,,https://github.com/bgkillas/kalc,"A complex numbers, 2d/3d graphing, arbitrary precision, vector, cli calculator with real-time output."
file-explorer,Rust-Traverse,,https://github.com/dmcg310/Rust-Traverse,"Rust traverse is a terminal based file explorer. It is inspired by the NNN file manager. It uses Ratatui for the terminal UI, with Crossterm for the terminal backend."

1 category name homepage git description
1043 todo-manager mayhem https://github.com/BOTbkcd/mayhem A minimal TUI based task tracker.
1044 office Slideck https://github.com/piotrmurach/slideck Present Markdown-powered slide decks in the terminal.
1045 calc kalc https://github.com/bgkillas/kalc A complex numbers, 2d/3d graphing, arbitrary precision, vector, cli calculator with real-time output.
1046 file-explorer Rust-Traverse https://github.com/dmcg310/Rust-Traverse Rust traverse is a terminal based file explorer. It is inspired by the NNN file manager. It uses Ratatui for the terminal UI, with Crossterm for the terminal backend.
Loading…
Cancel
Save