| Crates.io | passcualito |
| lib.rs | passcualito |
| version | 0.1.1 |
| created_at | 2025-07-20 21:36:17.789962+00 |
| updated_at | 2025-08-23 15:35:18.300926+00 |
| description | Simple Command-Line Password Manager for Linux |
| homepage | https://github.com/javiorfo/passcualito#readme |
| repository | https://github.com/javiorfo/passcualito |
| max_upload_size | |
| id | 1761426 |
| size | 45,278 |
Simple Command-Line Password Manager for Linux
cargo install passcualito
paru -S passcualito
Usage:
passc [command]
Available Commands:
add Add a new entry to the store
copy Copy password to clipboard
edit Edit the entry.
export Export data in a JSON file
help Help about any command
import Import entries from a JSON file
list List all properties of the entry by name
password Generates a password of the number passed
remove Remove the entry
version app version
Flags:
-h, --help help for passc
Use "passc [command] --help" for more information about a command.
By executing any command, if there is no password store created, passcualito will ask for a Master Password (6 characters at least).
Once the master password is created also the password store will be ($HOME/.passcualito/passwords.dat)
When the user is logged, passcualito will keep some kind of session using /tmp system folder
passc add entry_name could have optionals flags:
passc password 10 (10 char password) could have optionals flags:
{
"name": "name_of_entry",
"password": "password_value",
"info": "some extra info (could be empty)"
}