Simple password manager in C.
sudo pacman -S libsodium gcc clang libtar xclip
git clone https://github.org/bielxvf/passman
cd passman
sudo make clean install
- Restore from .tar backup
- Ask for master password before deleting a password
- Use
clang-format
on all files (make format
runs it)