Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 340 Bytes

File metadata and controls

19 lines (15 loc) · 340 Bytes

Something trying to be a TUI ncurses password manager.

  • if you do wish to use npassm with your passwords know that it's absolutely possible to lose them (this is a fun little project not an finished product)

Build

mkdir build
cd build
cmake ..
cd ..
make build
  • bin is build/npassm

deps

  • ncurses
  • cmake
  • gcc