Merge branch 'vitorhcl-add-to-rm-category'

pull/52/head
Tullio Facchinetti 2 months ago
commit fa1a8e4bfd

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools: **1478**
* Apps/tools: **1483**
* Categories: **77**
# Index
@ -18,7 +18,7 @@ Some links are available to [related resources](#resources).
* [Calculators](#calc) (14), [Chat and instant messaging](#chat) (32), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (10), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Containerization and virtualization](#vm) (20), [Conversion](#conversion) (15)
* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (26), [Data transfer](#transfer) (41), [DevOps](#devops) (6), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (21), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (26), [Email](#email) (14)
* [File and file system handling](#file-handling) (22), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (11), [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) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (14)
* [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (12), [File explorer and tree visualization](#file-explorer) (11), [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) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (14)
* [Games](#games) (51), [Git and accessories](#git) (52), [Graphics](#graphics) (37)
* [History management](#history) (4)
* [Markdown](#markdown) (11)
@ -556,7 +556,6 @@ Tools for managing files and directories (copy, move, extraction from compressed
* [pcopy](https://github.com/binwiederhier/pcopy) - A temporary file host, nopaste and clipboard across machines. It can be used from the Web UI, via a CLI or without a client by using curl.
* [progress](https://github.com/Xfennec/progress) - A tool to monitor the progress of common Coreutils command-line tools (`cp`, `mv`, `dd`, `tar`, `rsync`, etc.); it uses an ncurses interface to display the percentage of data copied; it works by reading from system files and retrieving the necessary information for the estimation.
* [pycp](https://github.com/dmerejkowsky/pycp) - cp and mv with a progressbar.
* [rm-trash](https://github.com/nateshmbhat/rm-trash) - A "rm-trash" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval.
* [Snoop](https://github.com/Mandrew0822/Snoop) - A command-line utility for Linux that provides information about files in a directory.
* [symlinks](https://github.com/brandt/symlinks) - Symlinks is a simple tool that helps find and remedy problematic symbolic links on a system.
* [TUI Archiver](https://www.nexus0.net/pub/sw/tuiarchiver/) - A TUI/CLI application to list / manage archives. Can be used stand-alone and has some features for integrating with TUI file managers
@ -569,11 +568,17 @@ Tools for managing files and directories (copy, move, extraction from compressed
Tools to manage the deletion of files/directories, often with the support of a trash can, i.e., the ability to restore deleted items.
* [Brash](https://github.com/zakariagatter/brash) - CLI Trash Manager in Pure Bash.
* [del](https://fex.belwue.de/fstools/del.html) - Save deleted files to a .del/ subdirectory in the same directory.
* [extundelete](https://extundelete.sourceforge.net/) - Recover deleted files from an ext3 or ext4 partition through its journal.
* [gtrash](https://github.com/umlx5h/gtrash) - Modern Trash CLI manager for Linux system trash written in Go.
* [RecoverPy](https://github.com/PabloLec/RecoverPy) - RecoverPy is a powerful tool that leverages your system capabilities to recover lost files. Unlike others, you can not only recover deleted files but also overwritten data.
* [rip](https://github.com/nivekuil/rip) - Safe and ergonomic alternative to rm.
* [rm-trash](https://github.com/nateshmbhat/rm-trash) - A "rm-trash" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval.
* [rmw](https://remove-to-waste.info/) - (ReMove to Waste) is a trashcan/recycle bin utility for the command line. It can move and restore files to and from directories specified in a configuration file.
* [testdisk](https://www.cgsecurity.org/wiki/TestDisk) - Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions.
* [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and folders to the trash.
* [trasher](https://github.com/clementnerma/trasher) - Delete files to a trash directory instead of deleting them immediatly. Uses its own trash instead of the XDG one.
* [undelete-btrfs](https://github.com/danthem/undelete-btrfs) - Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered.
## <a name="file-explorer"></a>File explorer and tree visualization

@ -1207,7 +1207,7 @@ science,BibMan,https://ductri.github.io/note/2023/09/27/bibman.html,https://gith
music,radio-beats,,https://github.com/quangnguyen30192/radio-beats,Rofi-like menu for playing radio stations.
graphics,haylxon,,https://github.com/pwnwriter/haylxon,Blazing-fast tool to grab screenshots of your domain list right from terminal.
programming,DEM,https://www.axemsolutions.io/dem_doc/index.html,https://github.com/axem-solutions/dem,Containerized Development Environment Manager for embedded development.
file-handling,rm-trash,,https://github.com/nateshmbhat/rm-trash,"A ""rm-trash"" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval."
rm,rm-trash,,https://github.com/nateshmbhat/rm-trash,"A ""rm-trash"" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval."
shells,Nushell,,https://github.com/nushell/nushell,"A modern shell written in Rust, where all data is structured."
shells,Elvish,,https://github.com/elves/elvish,"Elvish is a versatile interactive shell and expressive programming language, combined into one seamless package."
shells,Ion,,https://github.com/redox-os/ion,"Ion is a modern system shell that features a simple, yet powerful, syntax."
@ -1477,3 +1477,8 @@ prompt,Oh My Posh,https://ohmyposh.dev,https://github.com/jandedobbeleer/oh-my-p
conversion,scss-to-css,https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme,https://github.com/adamlui/js-utils,"Recursively compile all SCSS files into minified CSS."
package-manager,pmt,,https://github.com/olexij-christian/pmt,"Translator of package names between different package managers of Linux distributions"
conversion,minify.js,https://js-utils.com/minify.js,https://github.com/adamlui/js-utils,"Recursively minify all JavaScript files."
rm,extundelete,https://extundelete.sourceforge.net/,https://sourceforge.net/p/extundelete/code/ci/master/tree/,Recover deleted files from an ext3 or ext4 partition through its journal.
rm,undelete-btrfs,,https://github.com/danthem/undelete-btrfs,"Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered."
rm,testdisk,https://www.cgsecurity.org/wiki/TestDisk,https://git.cgsecurity.org/cgit/testdisk/tree/,"Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions."
rm,del,https://fex.belwue.de/fstools/del.html,,Save deleted files to a .del/ subdirectory in the same directory.
rm,trasher,,https://github.com/clementnerma/trasher,Delete files to a trash directory instead of deleting them immediatly. Uses its own trash instead of the XDG one.

1 category name homepage git description
1207 music radio-beats https://github.com/quangnguyen30192/radio-beats Rofi-like menu for playing radio stations.
1208 graphics haylxon https://github.com/pwnwriter/haylxon Blazing-fast tool to grab screenshots of your domain list right from terminal.
1209 programming DEM https://www.axemsolutions.io/dem_doc/index.html https://github.com/axem-solutions/dem Containerized Development Environment Manager for embedded development.
1210 file-handling rm rm-trash https://github.com/nateshmbhat/rm-trash A "rm-trash" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval.
1211 shells Nushell https://github.com/nushell/nushell A modern shell written in Rust, where all data is structured.
1212 shells Elvish https://github.com/elves/elvish Elvish is a versatile interactive shell and expressive programming language, combined into one seamless package.
1213 shells Ion https://github.com/redox-os/ion Ion is a modern system shell that features a simple, yet powerful, syntax.
1477 conversion scss-to-css https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme https://github.com/adamlui/js-utils Recursively compile all SCSS files into minified CSS.
1478 package-manager pmt https://github.com/olexij-christian/pmt Translator of package names between different package managers of Linux distributions
1479 conversion minify.js https://js-utils.com/minify.js https://github.com/adamlui/js-utils Recursively minify all JavaScript files.
1480 rm extundelete https://extundelete.sourceforge.net/ https://sourceforge.net/p/extundelete/code/ci/master/tree/ Recover deleted files from an ext3 or ext4 partition through its journal.
1481 rm undelete-btrfs https://github.com/danthem/undelete-btrfs Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered.
1482 rm testdisk https://www.cgsecurity.org/wiki/TestDisk https://git.cgsecurity.org/cgit/testdisk/tree/ Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions.
1483 rm del https://fex.belwue.de/fstools/del.html Save deleted files to a .del/ subdirectory in the same directory.
1484 rm trasher https://github.com/clementnerma/trasher Delete files to a trash directory instead of deleting them immediatly. Uses its own trash instead of the XDG one.
Loading…
Cancel
Save