Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crolbar/npassm

ncurses password manager
https://github.com/crolbar/npassm

Last synced: 2 days ago
JSON representation

ncurses password manager

Awesome Lists containing this project

README

        

# 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`