Björn Fjällström a713ae7046 Use $EDITOR if it is set
Use user preferred editor if $EDITOR is set, else default system editor as before.
2024-06-17 15:46:37 +02:00
2017-06-20 15:32:48 +02:00
2017-06-14 14:50:01 +02:00
2013-04-22 14:18:39 +02:00
2017-10-05 11:28:49 +02:00
2024-06-17 15:46:37 +02:00
2017-06-14 17:39:40 +02:00
2017-06-14 14:49:07 +02:00

passman

Passman is a multi-user password manager written in bash.

Installation

sudo apt-get install ccrypt pwgen rlwrap
git clone https://github.com/dsv-su/passman.git
cd passman
cp config.example config
sudo bash install

Usage

Type passman to start passman in interactive mode. Type help to see a list of commands.

Description
Password manager written in bash. Depends on ccrypt, pwgen and optionally rlwrap.
Readme 157 KiB
Languages
Shell 91.2%
Perl 8.8%