https://github.com/crolbar/npassm
ncurses password manager
https://github.com/crolbar/npassm
Last synced: about 2 months ago
JSON representation
ncurses password manager
- Host: GitHub
- URL: https://github.com/crolbar/npassm
- Owner: crolbar
- Created: 2024-06-05T23:58:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:44:08.000Z (9 months ago)
- Last Synced: 2025-01-28T15:40:07.838Z (4 months ago)
- Language: C
- Homepage:
- Size: 125 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`