diff --git a/README.md b/README.md index 267cf9f..8e00c5f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/data/apps.csv b/data/apps.csv index 892282a..2775e63 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -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."