https://github.com/crueter/passmanpp-cli
A complete command-line wrapper around libpassman built from the ground up.
https://github.com/crueter/passmanpp-cli
Last synced: 11 months ago
JSON representation
A complete command-line wrapper around libpassman built from the ground up.
- Host: GitHub
- URL: https://github.com/crueter/passmanpp-cli
- Owner: crueter
- License: gpl-3.0
- Created: 2022-03-12T03:55:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T20:58:42.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:18:26.575Z (over 1 year ago)
- Language: C++
- Homepage: https://libpassman.swurl.xyz
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passman++-cli
passman++-cli is a complete, command line, from-the-ground-up wrapper around [libpassman](https://github.com/binex-dsk/libpassman), using a standard UNIX-like command line syntax.
This project is written in pure C++, using Qt and Botan.
## passman++
[passman++](https://github.com/binex-dsk/passmanpp) was a simple-to-use, near-complete, and practical GUI implementation of libpassman. I have since abandoned the project, due to the overall complexities of the entire GUI system, and the mess of code created due to such complexities.
## From the Ground Up
passman++-cli is written completely from scratch, with little code taken directly from passman++. Built with the power user in mind, yet still being simple to use for beginners, passman++-cli is designed to provide the most flexible and dead-simple way to manage databases without the use of GPG.
## WIP
This project is in the earliest stages of development, as I work on creating a basic outline of the application's main infrastructure. Given the from-scratch philosophy, this will likely take a while depending on how far the basic infrastructure goes. There are still many questions to answer, like:
- Use a per-user (i.e. `~/.local/share/passman`) storage location, or just relative folders?
- Interactive prompt? (probably not).
- Make 2fa per-database or global?
- Require Qt 6 or not? (may require a rewrite of libpassman to support Qt 5)
And much more.
## Contributing Guidelines and Rules
There are none. Everyone who is willing and able to contribute is always welcome to do so.