You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| doc | 4 years ago | |
| .gitignore | 4 years ago | |
| CHANGELOG | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| install.sh | 4 years ago | |
| sbhelp | 4 years ago | |
| steelbox.py | 4 years ago | |
| steelbox.sh | 4 years ago | |
README.md
Steelbox
Because sometimes you just want a password manager
Steelbox is a password manager that runs under your terminal, with GnuPG.
ATTENTION: It is recommended you run steelbox under st or alacritty
Installation (and upgrade):
Just run install.sh WITHOUT SUDO
To remove Steelbox:
Just run install.sh remove WITHOUT SUDO
Upgrading
If you're upgrading Steelbox, don't worry: install.sh will do it automatically without messing with your password file
Dependencies:
Clipboard support needs the pyperclip module. You can install it with pip:
pip3 install pyperclip
Also for clipboard support, you need xclip or xsel on your machine.
This program has no support for the wayland clipboard... Unless pyperclip starts supporting it :P
The standard ( this program was made with v3.10 ) python installation comes with the curses and csv modules, just make sure you have GnuPG installed.