From ba3682ac2c0a1b85eeffabcc26a26f0d34cf2603 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 23:23:24 +0200 Subject: [PATCH] Add nav --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620ef3c..b382ff7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1187** +* Apps/tools covered: **1188** * Number of categories: **70**. # Index @@ -42,7 +42,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [AI / ChatGPT](#ai) (13), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (8), [Command launchers](#launcher) (18), [Commands cheatsheet and snippets](#cheatsheet) (15), [Conversion](#conversion) (14) -* [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (39), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (34), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12) +* [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (39), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (34), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (13) * [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (21), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (28), [Fuzzy finders](#fuzzy-finder) (10) * [Games](#games) (44), [Git and accessories](#git) (42), [Graphics](#graphics) (31) @@ -408,6 +408,7 @@ Tools for improving the efficiency of directory traversal. * [Jmp](https://github.com/gholmes829/Jmp) - Change directory with smart searching of the path specified through regex. * [llama](https://github.com/antonmedv/llama) - Minimalistic file opener and directory changer focused on fuzzy searching the path. * [menucd](https://github.com/andy5995/menucd) - Directory browser and changer for the command line. +* [nav](https://github.com/dkaslovsky/nav) - Terminal navigator for interactive ls workflows. * [pazi](https://github.com/euank/pazi) - Fast autojump helper. * [pm](https://github.com/Angelmmiguel/pm) - The easy way to switch between your projects on ZSH. In short, another directory changer. * [qcd](https://github.com/ClaasBontus/qcd_rs) - A tool to change to another directory by just by entering commands like `qcd 3` and step back to where you came from with `qcd -o`. Frequently visited directories are stored in a sqlite3 database. diff --git a/data/apps.csv b/data/apps.csv index d6cce67..c426401 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1186,3 +1186,4 @@ networking,sshs,,https://github.com/quantumsheep/sshs,Terminal user interface fo shells,Twin,,https://github.com/cosmos72/twin,"Text mode window environment. A ""retro"" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server." utility,plzz,,https://github.com/deep5050/plzz,A python CLI to automate daily tasks of both common and advanced users. It allows to easily launch common and different types of operations such as creating random files or check hashes. file-manager,walk,,https://github.com/antonmedv/walk,Simple and minimalistic file system navigator. +cd,nav,,https://github.com/dkaslovsky/nav,Terminal navigator for interactive ls workflows.