Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crolbar/npassm
ncurses password manager
https://github.com/crolbar/npassm
Last synced: 2 days ago
JSON representation
ncurses password manager
- Host: GitHub
- URL: https://github.com/crolbar/npassm
- Owner: crolbar
- Created: 2024-06-05T23:58:03.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T05:18:02.000Z (5 months ago)
- Last Synced: 2024-08-19T06:32:00.390Z (5 months ago)
- Language: C
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`