New category: file-watch

pull/29/head
Tullio Facchinetti 8 months ago
parent 8effacee4a
commit cb169cca40

@ -35,7 +35,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1206**
* Number of categories: **73**.
* Number of categories: **74**.
# Index
@ -44,7 +44,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [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) (11)
* [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (42), [Data management - Tabular data](#data-management-tabular) (19), [Data transfer](#transfer) (36), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (14)
* [File and file system handling](#file-handling) (24), [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) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [Financial tools](#financial) (12), [Font management](#font) (2), [Funny tools](#funny) (28), [Fuzzy finders](#fuzzy-finder) (10)
* [File and file system handling](#file-handling) (19), [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) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (2), [Funny tools](#funny) (28), [Fuzzy finders](#fuzzy-finder) (10)
* [Games](#games) (45), [Git and accessories](#git) (42), [Graphics](#graphics) (31)
* [History management](#history) (4)
* [Markdown](#markdown) (11), [Multimedia](#multimedia) (14)
@ -52,7 +52,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Office tools](#office) (10), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Process viewers and monitoring (alternatives to top)](#monitor-top) (18), [Productivity](#productivity) (10), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [RSS](#rss) (8), [Religion](#religion) (4)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (25), [System tools](#system) (22)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (23), [System tools](#system) (22)
* [Terminals](#terminal) (13), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (29)
* [Versioning](#versioning) (6), [Viewers](#viewers) (20)
@ -489,7 +489,6 @@ Email clients ([Mail User Agents](https://en.wikipedia.org/wiki/Email_client) -
Tools for managing files and directories.
* [Chokidar CLI](https://github.com/open-cli-tools/chokidar-cli) - Fast cross-platform command line utility to watch file system changes.
* [compsize](https://github.com/kilobyte/compsize) - Find compression type/ratio on a file or set of files on a btrfs file system.
* [conan](https://github.com/mirage/conan) - Find clue about the type of the file.
* [doppelganger](https://github.com/witchard/doppelganger) - Save and load your shell environment to create doppelganger shells!
@ -503,15 +502,11 @@ Tools for managing files and directories.
* [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.
* [rwatch](https://github.com/davidhfrankelcodes/rwatch) - A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
* [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
* [unix-permissions](https://github.com/ehmicky/unix-permissions) - Swiss Army knife for Unix permissions.
* [vidir](https://github.com/trapd00r/vidir) - vidir allows editing of the contents of a directory in a text editor.
* [watch](http://www.linfo.org/watch.html) - Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
* [watchexec](https://github.com/watchexec/watchexec) - Executes commands in response to file modifications.
* [wfh](https://github.com/kzys/wfh) - Continuously watches your local directories and rsync them against a remote host.
* [xcp](https://github.com/tarka/xcp) - Extended cp.
## <a name="rm"></a>File deletion and trash bin (alternatives to rm)
@ -607,6 +602,18 @@ Search the filesystem looking for files with specific characteristics.
* [TMSU](http://tmsu.org/) - A tool for tagging files, it provides a simple command line tool for applying tags and a virtual filesystem so that you can get a tag-based view of your files from within any other program.
* [wutag](https://github.com/vv9k/wutag) - CLI Tool for tagging and organizing files by tags.
## <a name="file-watch"></a>File watching for changes
Services that watch files for changes and perform actions when something happens.
* [Chokidar CLI](https://github.com/open-cli-tools/chokidar-cli) - Fast cross-platform command line utility to watch file system changes.
* [rwatch](https://github.com/davidhfrankelcodes/rwatch) - A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
* [Viddy](https://github.com/sachaos/viddy) - Modern watch command. Time machine and pager etc.
* [watch](http://www.linfo.org/watch.html) - Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
* [watcher](https://github.com/sethigeet/watcher) - Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
* [watchexec](https://github.com/watchexec/watchexec) - Executes commands in response to file modifications.
* [wfh](https://github.com/kzys/wfh) - Continuously watches your local directories and rsync them against a remote host.
## <a name="financial"></a>Financial tools
Ledger tracking, currency conversion, cryptocurrency tools.
@ -1274,8 +1281,6 @@ Music players.
* [sysdig](https://www.sysdig.org/) - Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system.
* [The Logfile Navigator](https://lnav.org/) - An advanced and colorful log file viewer with TUI interface.
* [ttyload](http://www.daveltd.com/src/util/ttyload/) - ttyload is a lightweight utility which is intended to offer a color-coded graph of load averages over time on Linux and other Unix-like systems. It enables a graphical tracking of system load average in a terminal ("tty").
* [Viddy](https://github.com/sachaos/viddy) - Modern watch command. Time machine and pager etc.
* [watcher](https://github.com/sethigeet/watcher) - Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
* [whowatch](https://www.tecmint.com/whowatch-monitor-linux-users-and-processes-in-real-time/) - Monitor Linux Users and Processes in Real Time.
* [zfxtop](https://github.com/ssleert/zfxtop) - Self described as “fetch top written by bubbletea enjoyer”.

@ -47,7 +47,7 @@ monitor,powertop,https://01.org/powertop,https://github.com/fenrus75/powertop,"A
monitor,sysdig,https://www.sysdig.org/,https://github.com/draios/sysdig,"Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system."
monitor,smem,https://www.selenic.com/smem/,https://selenic.com/repo/smem,"Python program that reports memory usage; it can report the ""proportional set size"" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation."
monitor-top,top,,https://gitlab.com/procps-ng/procps,The classical Unix utility that provides a rolling display of top cpu using processes.
file-handling,watch,http://www.linfo.org/watch.html,https://gitlab.com/procps-ng/procps/,"Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides ""diff"" functionality to highlight the changing characters between outputs."
file-watch,watch,http://www.linfo.org/watch.html,https://gitlab.com/procps-ng/procps/,"Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides ""diff"" functionality to highlight the changing characters between outputs."
productivity,wtf,,https://github.com/wtfutil/wtf,"The personal information dashboard for your terminal, including todos, calendar, JIRA, etc."
shells,Bash,https://www.gnu.org/software/bash/,https://git.savannah.gnu.org/git/bash.git,(Bourne Again SHell) The most widespread system shell to date.
shells,Fish,https://fishshell.com/,https://github.com/fish-shell/fish-shell,"""A command line shell for the 90s""; focused on user-friendliness, with powerful autosuggestions, colors, ""sane scripting"" (w.r.t. to Bash)."
@ -363,7 +363,7 @@ productivity,gdir,,https://github.com/pafoster/gdir,A command line tool which qu
webdev,Mycorrhiza Wiki,https://mycorrhiza.wiki/,https://github.com/bouncepaw/mycorrhiza,A lightweight file-system wiki engine that uses Git for keeping history.
viewers,ov,,https://github.com/noborus/ov,Feature-rich terminal-based text viewer.
programming,fastmod,,https://github.com/facebookincubator/fastmod,"A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case ""I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere""."
file-handling,watchexec,,https://github.com/watchexec/watchexec,Executes commands in response to file modifications.
file-watch,watchexec,,https://github.com/watchexec/watchexec,Executes commands in response to file modifications.
data-management-json,yq,,https://github.com/mikefarah/yq,Portable command-line YAML processor.
text-processing,squeeze,,https://github.com/aymericbeaumet/squeeze,"Enables to extract rich information from any text (raw, JSON, HTML, YAML, etc)."
text-search-replace,amber,,https://github.com/dalance/amber,Code search / replace tool.
@ -401,7 +401,7 @@ file-renamer,nomino,,https://github.com/yaa110/nomino,Batch rename utility for d
fuzzy-finder,luneta,,https://github.com/fbeline/luneta,Interactive filter that can be easily composed within any script.
data-management-json,jiq,,https://github.com/fiatjaf/jiq,jid on jq - interactive JSON query tool using jq expressions.
git,sad,,https://github.com/ms-jpq/sad,CLI search and replace. Show you a nice diff of proposed changes before you commit them.
file-handling,wfh,,https://github.com/kzys/wfh,Continuously watches your local directories and rsync them against a remote host.
file-watch,wfh,,https://github.com/kzys/wfh,Continuously watches your local directories and rsync them against a remote host.
text-search-replace,teip,,https://github.com/greymd/teip,Select partial standard input and replace with the result of another command.
text-processing,espanso,,https://github.com/espanso/espanso,Cross-platform Text Expander written in Rust. Not limited to the command line.
text-processing,huniq,,https://github.com/koraa/huniq,"Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates."
@ -420,7 +420,7 @@ browser,s,,https://github.com/zquestz/s,Web search from the terminal. Just opens
text-processing,anew,,https://github.com/tomnomnom/anew,"Tool for adding new lines to files, skipping duplicates."
data-management-tabular,TV,,https://github.com/alexhallam/tv,Cross-platform CSV pretty printer made to maximize viewer enjoyment.
programming,hors,,https://github.com/WindSoilder/hors,Instant coding answers via the command line.
monitor,Viddy,,https://github.com/sachaos/viddy,Modern watch command. Time machine and pager etc.
file-watch,Viddy,,https://github.com/sachaos/viddy,Modern watch command. Time machine and pager etc.
calc,kalk,,https://github.com/PaddiM8/kalker,"Command line calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers."
online,so,,https://github.com/samtay/so,Terminal interface for Stack Overflow.
data-management-tabular,sq,,https://github.com/neilotoole/sq,"Command line tool that provides jq-style access to structured data sources such as SQL databases, or document formats like CSV or Excel."
@ -491,7 +491,7 @@ funny,Draw,,https://github.com/maaslalani/draw,draw is an simple drawing tool in
typing,toipe,,https://github.com/Samyak2/toipe,"Yet another typing test, but crab flavoured."
networking,bore,,https://github.com/ekzhang/bore,A simple CLI tool for making tunnels to localhost.
editors,zee,,https://github.com/zee-editor/zee,"Zee is a modern editor for the terminal, in the spirit of Emacs. It is written in Rust and it is somewhat experimental."
monitor,watcher,,https://github.com/sethigeet/watcher,"Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command."
file-watch,watcher,,https://github.com/sethigeet/watcher,"Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command."
rm,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."
file-handling,file-type-cli,,https://github.com/sindresorhus/file-type-cli,Detect the file type of a file or stdin.
rm,trash-cli,,https://github.com/sindresorhus/trash-cli,Move files and folders to the trash.
@ -763,7 +763,7 @@ office,DeckTape,,https://github.com/astefanutti/decktape,DeckTape is a high-qual
file-system,ipfs-deploy,,https://github.com/ipfs-shipyard/ipfs-deploy,Zero-Config CLI to Deploy Static Websites to IPFS [IPFS](https://en.wikipedia.org/wiki/InterPlanetary_File_System).
time-tracker,doing,,https://github.com/ttscoff/doing,A command line tool for remembering what you were doing and tracking what you've done.
data-management-json,underscore-cli,,https://github.com/ddopson/underscore-cli,Command-line utility-belt for hacking JSON and Javascript.
file-handling,Chokidar CLI,,https://github.com/open-cli-tools/chokidar-cli,Fast cross-platform command line utility to watch file system changes.
file-watch,Chokidar CLI,,https://github.com/open-cli-tools/chokidar-cli,Fast cross-platform command line utility to watch file system changes.
transfer,ffsend,,https://github.com/timvisee/ffsend,Easily and securely share files from the command line. A fully featured Firefox Send client.
data-management-json,GROQ,,https://github.com/sanity-io/groq-cli,"The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input."
cheatsheet,Wat,,https://github.com/dthree/wat,"Instant, central, community-built docs."
@ -935,7 +935,7 @@ file-manager,projectable,,https://github.com/dzfrias/projectable,A TUI file mana
file-explorer,Hop!,,https://github.com/benrutter/hop,"File explorer designed to be fast, simple and user friendly, running on any operating system."
cheatsheet,ManPDF & ManWEB,,https://github.com/sebastiancarlos/manpdf,Read your Man pages in PDF format. Even online!
launcher,lmt,,https://github.com/Rohansjamadagni/lmt,"A program that can be used to run applications with resource limits enforced using cgroupsv2 on Linux; it allows to set limits on CPU usage, memory usage, and the number of cores for a process."
file-handling,rwatch,,https://github.com/davidhfrankelcodes/rwatch,A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
file-watch,rwatch,,https://github.com/davidhfrankelcodes/rwatch,A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
multimedia,FFMPerative,,https://github.com/remyxai/FFMPerative,"Powered by Large Language Models (LLMs) through an intuitive chat interface, now you can compose video edits in natural language."
monitor,Batfetch,,https://github.com/ashish-kus/batfetch,A command-line tool that displays detailed information about the battery of your device in a clean and organized way.
music,musicScraper,,https://github.com/mBaratta96/musicScraper,"CLI tool for scraping information from musical websites (Rateyourmusic, Metal Archives), with nice album ASCII art."

1 category name homepage git description
47 monitor sysdig https://www.sysdig.org/ https://github.com/draios/sysdig Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system.
48 monitor smem https://www.selenic.com/smem/ https://selenic.com/repo/smem Python program that reports memory usage; it can report the "proportional set size" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation.
49 monitor-top top https://gitlab.com/procps-ng/procps The classical Unix utility that provides a rolling display of top cpu using processes.
50 file-handling file-watch watch http://www.linfo.org/watch.html https://gitlab.com/procps-ng/procps/ Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
51 productivity wtf https://github.com/wtfutil/wtf The personal information dashboard for your terminal, including todos, calendar, JIRA, etc.
52 shells Bash https://www.gnu.org/software/bash/ https://git.savannah.gnu.org/git/bash.git (Bourne Again SHell) The most widespread system shell to date.
53 shells Fish https://fishshell.com/ https://github.com/fish-shell/fish-shell "A command line shell for the 90s"; focused on user-friendliness, with powerful autosuggestions, colors, "sane scripting" (w.r.t. to Bash).
363 webdev Mycorrhiza Wiki https://mycorrhiza.wiki/ https://github.com/bouncepaw/mycorrhiza A lightweight file-system wiki engine that uses Git for keeping history.
364 viewers ov https://github.com/noborus/ov Feature-rich terminal-based text viewer.
365 programming fastmod https://github.com/facebookincubator/fastmod A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case "I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere".
366 file-handling file-watch watchexec https://github.com/watchexec/watchexec Executes commands in response to file modifications.
367 data-management-json yq https://github.com/mikefarah/yq Portable command-line YAML processor.
368 text-processing squeeze https://github.com/aymericbeaumet/squeeze Enables to extract rich information from any text (raw, JSON, HTML, YAML, etc).
369 text-search-replace amber https://github.com/dalance/amber Code search / replace tool.
401 fuzzy-finder luneta https://github.com/fbeline/luneta Interactive filter that can be easily composed within any script.
402 data-management-json jiq https://github.com/fiatjaf/jiq jid on jq - interactive JSON query tool using jq expressions.
403 git sad https://github.com/ms-jpq/sad CLI search and replace. Show you a nice diff of proposed changes before you commit them.
404 file-handling file-watch wfh https://github.com/kzys/wfh Continuously watches your local directories and rsync them against a remote host.
405 text-search-replace teip https://github.com/greymd/teip Select partial standard input and replace with the result of another command.
406 text-processing espanso https://github.com/espanso/espanso Cross-platform Text Expander written in Rust. Not limited to the command line.
407 text-processing huniq https://github.com/koraa/huniq Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
420 text-processing anew https://github.com/tomnomnom/anew Tool for adding new lines to files, skipping duplicates.
421 data-management-tabular TV https://github.com/alexhallam/tv Cross-platform CSV pretty printer made to maximize viewer enjoyment.
422 programming hors https://github.com/WindSoilder/hors Instant coding answers via the command line.
423 monitor file-watch Viddy https://github.com/sachaos/viddy Modern watch command. Time machine and pager etc.
424 calc kalk https://github.com/PaddiM8/kalker Command line calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers.
425 online so https://github.com/samtay/so Terminal interface for Stack Overflow.
426 data-management-tabular sq https://github.com/neilotoole/sq Command line tool that provides jq-style access to structured data sources such as SQL databases, or document formats like CSV or Excel.
491 typing toipe https://github.com/Samyak2/toipe Yet another typing test, but crab flavoured.
492 networking bore https://github.com/ekzhang/bore A simple CLI tool for making tunnels to localhost.
493 editors zee https://github.com/zee-editor/zee Zee is a modern editor for the terminal, in the spirit of Emacs. It is written in Rust and it is somewhat experimental.
494 monitor file-watch watcher https://github.com/sethigeet/watcher Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
495 rm 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.
496 file-handling file-type-cli https://github.com/sindresorhus/file-type-cli Detect the file type of a file or stdin.
497 rm trash-cli https://github.com/sindresorhus/trash-cli Move files and folders to the trash.
763 file-system ipfs-deploy https://github.com/ipfs-shipyard/ipfs-deploy Zero-Config CLI to Deploy Static Websites to IPFS [IPFS](https://en.wikipedia.org/wiki/InterPlanetary_File_System).
764 time-tracker doing https://github.com/ttscoff/doing A command line tool for remembering what you were doing and tracking what you've done.
765 data-management-json underscore-cli https://github.com/ddopson/underscore-cli Command-line utility-belt for hacking JSON and Javascript.
766 file-handling file-watch Chokidar CLI https://github.com/open-cli-tools/chokidar-cli Fast cross-platform command line utility to watch file system changes.
767 transfer ffsend https://github.com/timvisee/ffsend Easily and securely share files from the command line. A fully featured Firefox Send client.
768 data-management-json GROQ https://github.com/sanity-io/groq-cli The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input.
769 cheatsheet Wat https://github.com/dthree/wat Instant, central, community-built docs.
935 file-explorer Hop! https://github.com/benrutter/hop File explorer designed to be fast, simple and user friendly, running on any operating system.
936 cheatsheet ManPDF & ManWEB https://github.com/sebastiancarlos/manpdf Read your Man pages in PDF format. Even online!
937 launcher lmt https://github.com/Rohansjamadagni/lmt A program that can be used to run applications with resource limits enforced using cgroupsv2 on Linux; it allows to set limits on CPU usage, memory usage, and the number of cores for a process.
938 file-handling file-watch rwatch https://github.com/davidhfrankelcodes/rwatch A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
939 multimedia FFMPerative https://github.com/remyxai/FFMPerative Powered by Large Language Models (LLMs) through an intuitive chat interface, now you can compose video edits in natural language.
940 monitor Batfetch https://github.com/ashish-kus/batfetch A command-line tool that displays detailed information about the battery of your device in a clean and organized way.
941 music musicScraper https://github.com/mBaratta96/musicScraper CLI tool for scraping information from musical websites (Rateyourmusic, Metal Archives), with nice album ASCII art.

@ -20,6 +20,7 @@ file-dir-cleanup,Clean up of files and directories,"Find/remove duplicate files,
file-explorer,File explorer and tree visualization,Show directory trees and navigate through the file system (but not full featured file managers)
find,File finding (alternatives to find),Search the filesystem looking for files with specific characteristics
file-handling,File and file system handling,Tools for managing files and directories
file-watch,File watching for changes,Services that watch files for changes and perform actions when something happens
ls,File listing (alternatives to ls),
file-manager,File manager,
file-renamer,File renamers,

1 label name description
20 file-explorer File explorer and tree visualization Show directory trees and navigate through the file system (but not full featured file managers)
21 find File finding (alternatives to find) Search the filesystem looking for files with specific characteristics
22 file-handling File and file system handling Tools for managing files and directories
23 file-watch File watching for changes Services that watch files for changes and perform actions when something happens
24 ls File listing (alternatives to ls)
25 file-manager File manager
26 file-renamer File renamers
Loading…
Cancel
Save