From 7f3c758ad6b10dfbc7932a52c5d1348368492293 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 14:26:33 +0200 Subject: [PATCH] Added passage --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc45c0c..578d967 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1076** +* Apps/tools covered: **1077** * Number of categories: **65**. # Index @@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Multimedia](#multimedia) (13) * [Networking](#networking) (31), [Note taking](#note-taking) (20) * [Office tools](#office) (10), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20) -* [Package managers](#package-manager) (9), [Password managers](#password-manager) (15), [Productivity](#productivity) (9), [Programming](#programming) (39), [Prompts](#prompt) (4) +* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (39), [Prompts](#prompt) (4) * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (32), [System monitoring](#monitor) (40), [System tools](#system) (19) * [Terminals](#terminal) (12), [Text processing](#text-processing) (35), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (31) @@ -877,6 +877,7 @@ Manage/install/uninstall packages, as source code or binaries. * [kpcli](http://kpcli.sourceforge.net/) - A command line interface for KeePass. * [pa](https://github.com/biox/pa) - A simple password manager; encryption via age, written in portable posix shell. * [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. +* [passage](https://github.com/FiloSottile/passage) - A fork of [password-store](https://www.passwordstore.org) that uses [age](https://age-encryption.org) as a backend instead of GnuPG. * [passfzf](https://git.sr.ht/~mlaparie/passfzf) - A simple fzf wrapper for pass (the UNIX password-store). It allows fuzzy finding your pass passwords to copy, show, edit, delete, rename and duplicate them. * [Pswd](https://github.com/Mandrew0822/pswd) - A secure password generator written in C. * [rbw](https://github.com/doy/rbw) - Unofficial command line client for Bitwarden that is “stateful”, i.e., it does not require required the manual lock and unlock of the client. diff --git a/data/apps.csv b/data/apps.csv index 3e52539..a3bbf42 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1075,3 +1075,4 @@ file-handling,compsize,,https://github.com/kilobyte/compsize,Find compression ty monitor,Btop++,,https://github.com/aristocratos/btop,"Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of [bashtop](https://github.com/aristocratos/bashtop) and [bpytop](https://github.com/aristocratos/bpytop)." monitor,LNAV,,https://github.com/tstack/lnav,Log file navigator. password-manager,rbw,,https://github.com/doy/rbw,"Unofficial command line client for Bitwarden that is “stateful”, i.e., it does not require required the manual lock and unlock of the client." +password-manager,passage,,https://github.com/FiloSottile/passage,A fork of [password-store](https://www.passwordstore.org) that uses [age](https://age-encryption.org) as a backend instead of GnuPG.