Merge branch 'master' into add-apps

pull/37/head
Vitor Henrique 3 months ago committed by GitHub
commit ec2bc12e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1412**
* Apps/tools covered: **1415**
* Number of categories: **76**.
# Index
@ -24,7 +24,7 @@ Some links are available to [related resources](#resources).
* [Markdown](#markdown) (11)
* [Networking](#networking) (59), [Note taking](#note-taking) (22)
* [Office tools](#office) (15), [Online search and resources](#online) (18), [Organizers and calendars](#organizers) (22)
* [Package managers](#package-manager) (16), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (26), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (36), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (16), [Password managers](#password-manager) (21), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (26), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (36), [Prompts](#prompt) (4)
* [RSS](#rss) (10), [Religion](#religion) (4)
* [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (31), [Shells](#shells) (14), [Sound and music](#music) (46), [System monitoring](#monitor) (31), [System tools](#system) (25)
* [Terminals](#terminal) (14), [Text processing](#text-processing) (34), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (16), [Todo managers](#todo-manager) (31), [Torrent](#torrent) (7), [Typing test and practice](#typing) (9)
@ -1105,6 +1105,8 @@ Programs to store and manage collections of password and other login/authenticat
* [hide](https://github.com/whatl3y/hide) - AES-256 bit encrypted password manager with all encrypted passwords stored locally on your machine
* [keydex](https://github.com/shikaan/keydex) - Manage KeePass databases from your terminal.
* [kpcli](http://kpcli.sourceforge.net/) - A command line interface for KeePass.
* [kpcli](https://github.com/rebkwok/kpcli) - Command line interface for keepass database.
* [kpxhs](https://github.com/akazukin5151/kpxhs) - Interactive Keepass database TUI viewer written in Haskell.
* [pa](https://github.com/biox/pa) - A simple password manager; encryption via age, written in portable posix shell.
* [pash](https://github.com/dylanaraps/pash) - A simple password manager using GPG written in POSIX sh.
* [pass](https://www.passwordstore.org/) - With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.
@ -1116,6 +1118,7 @@ Programs to store and manage collections of password and other login/authenticat
* [safe.sh](https://github.com/windowsrefund/safe) - Pure Bash script to manage secure archives; simple and clean; uses [gnugpg](https://gnupg.org/) for encryption/decryption, thus can leverage tools like [GPG Agent](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html).
* [SpicyPass](https://github.com/JFreegman/SpicyPass) - A light-weight password manager with a focus on simplicity and security.
* [titan](https://www.byteptr.com/titan/) - Password management belongs to the command line, deep into the Unix heartland, the shell. Titan is written in C and is available under the MIT license.
* [tresor](https://github.com/Zaphoood/tresor) - A KeePass TUI written in Go using Bubble Tea.
## <a name="pastebin"></a>Pastebin

@ -1411,5 +1411,8 @@ online,wiki-tui,,https://github.com/Builditluc/wiki-tui,A simple and easy to use
time-tracker,zeit,,https://github.com/mrusme/zeit,A command line tool for tracking time spent on activities.
monitor-top,zenith,,https://github.com/bvaisvil/zenith,"Sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage"
transfer,zrok,,https://github.com/openziti/zrok,"Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti."
password-manager,tresor,,https://github.com/Zaphoood/tresor,A KeePass TUI written in Go using Bubble Tea.
password-manager,kpxhs,,https://github.com/akazukin5151/kpxhs,Interactive Keepass database TUI viewer written in Haskell.
password-manager,kpcli,,https://github.com/rebkwok/kpcli,Command line interface for keepass database.
ai,ollama,https://ollama.com/,https://github.com/ollama/ollama,Get up and running with large language models locally.
flashcard,mdfc,,https://github.com/bttger/markdown-flashcards,Easily create and study flashcards using a markdown file with spaced repetition.

1 category name homepage git description
1411 time-tracker zeit https://github.com/mrusme/zeit A command line tool for tracking time spent on activities.
1412 monitor-top zenith https://github.com/bvaisvil/zenith Sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage
1413 transfer zrok https://github.com/openziti/zrok Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti.
1414 password-manager tresor https://github.com/Zaphoood/tresor A KeePass TUI written in Go using Bubble Tea.
1415 password-manager kpxhs https://github.com/akazukin5151/kpxhs Interactive Keepass database TUI viewer written in Haskell.
1416 password-manager kpcli https://github.com/rebkwok/kpcli Command line interface for keepass database.
1417 ai ollama https://ollama.com/ https://github.com/ollama/ollama Get up and running with large language models locally.
1418 flashcard mdfc https://github.com/bttger/markdown-flashcards Easily create and study flashcards using a markdown file with spaced repetition.
Loading…
Cancel
Save