diff --git a/README.md b/README.md index 0e6b446..f1283ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1347** +* Apps/tools covered: **1348** * Number of categories: **76**. # Index @@ -18,7 +18,7 @@ Some links are available to [related resources](#resources). * [Calculators](#calc) (11), [Chat and instant messaging](#chat) (27), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (12) * [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (22), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (14) -* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [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) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (31), [Fuzzy finders and option pickers](#option-picker) (13) +* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (31), [Fuzzy finders and option pickers](#option-picker) (13) * [Games](#games) (49), [Git and accessories](#git) (47), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) @@ -555,6 +555,7 @@ Search the filesystem looking for files with specific characteristics, e.g., nam * [gret](https://github.com/4imothy/gret) - A command-line utility designed to search through directories and files for a regex expression that matches. * [happyfinder](https://github.com/hugows/hf) - (another) Fuzzy file finder for the command line. * [plocate](https://plocate.sesse.net/) - A much faster locate; plocate is a locate based on posting lists, completely replacing mlocate with a much faster (and smaller) index. +* [rawhide](https://github.com/raforg/rawhide) - Find files using pretty C expressions. ## File listing (alternatives to ls) diff --git a/data/apps.csv b/data/apps.csv index 6bc0dd8..e5407d5 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1346,3 +1346,4 @@ utility,envio,,https://github.com/envio-cli/envio,Envio is a command-line tool t viewers,epy,,https://github.com/wustho/epy,"CLI Ebook (epub2, epub3, fb2, mobi) Reader." networking,gg,,https://github.com/mzz2017/gg,A command-line tool for one-click proxy in your research and development without installing v2ray or anything else. note-taking,mn,,https://github.com/misopog/mn,A dead simple note-taking script. +find,rawhide,,https://github.com/raforg/rawhide,Find files using pretty C expressions.