diff --git a/README.md b/README.md index b827928..c0f259e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1293** +* Apps/tools covered: **1294** * Number of categories: **75**. # Index @@ -24,7 +24,7 @@ Some links are available to [related resources](#resources). * [Markdown](#markdown) (11) * [Networking](#networking) (51), [Note taking](#note-taking) (21) * [Office tools](#office) (11), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (21) -* [Package managers](#package-manager) (11), [Password managers](#password-manager) (18), [Process viewers and monitoring (alternatives to top)](#monitor-top) (23), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4) +* [Package managers](#package-manager) (12), [Password managers](#password-manager) (18), [Process viewers and monitoring (alternatives to top)](#monitor-top) (23), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4) * [RSS](#rss) (9), [Religion](#religion) (4) * [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (27), [Shells](#shells) (14), [Sound and music](#music) (43), [System monitoring](#monitor) (24), [System tools](#system) (22) * [Terminals](#terminal) (14), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed)](#text-search-replace) (5), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) @@ -1031,6 +1031,7 @@ Package managers to manage/install/uninstall software packages, as source code o * [pypi-command-line](https://github.com/wasi-master/pypi-command-line) - A powerful, colorful, beautiful command-line-interface for pypi.org. * [Shell Bling Ubuntu](https://github.com/hiAndrewQuinn/shell-bling-ubuntu) - A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy. * [stew](https://github.com/marwanhawari/stew) - An independent package manager for compiled binaries. +* [upt](https://github.com/sigoden/upt) - Universal Package-management Tool for any OS. ## Password managers diff --git a/data/apps.csv b/data/apps.csv index 05e8b03..47a76ba 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1292,3 +1292,4 @@ data-management-tabular,sqlite-utils,,https://github.com/simonw/sqlite-utils,Pyt fuzzy-finder,fss,,https://github.com/5n00py/fss,User-friendly command-line search scripts combining find and grep utilities with fzf previewing and direct actions on specific file types. terminal,tmux-nested,,https://github.com/niqodea/tmux-nested,Plugin for nested tmux workflows. text-search-replace,srgn,,https://github.com/alexpovel/srgn,"A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`." +package-manager,upt,,https://github.com/sigoden/upt,Universal Package-management Tool for any OS.