Command-line Passman client
Project description
Pebble - Command-line Passman client
Pebble is a command-line client for the Passman password manager.
It supports read and write access to Passman vaults: it can list, show, create, modify or delete entries in a vault. It cannot, however, create or delete the vaults themselves.
Configuration
Pebble requires a configuration file describing the vault(s) to use. The
configuration file uses the INI
syntax
and is expected to be at $XDG_CONFIG_HOME/pebble/config by default;
another location may be specified using the -c option.
A vault is described in the configuration file by a section like in the following example:
[default]
host: host.example.com
user: alice
password: mypassword
vault: MyVault
The file may contain several sections, one for each different vault.
Use the -s option to specify the name of the section to use (and thus,
which vault to connect to). By default, a section named default will
be used.
Inside a vault section, the password field may be omitted, in which
case the password will be asked interactively. Note: This is the
Nextcloud password, not the vault’s password! The vault password is
always asked interactively.
Use
With at least one vault configured, Pebble may then be used through the
pbl command and its subcommands. Current available subcommands are:
listto list credentials in the vault;showto display a credential’s details;newto add a new credential;editto modify a credential;deleteto remove a credential from the vault;confto create or edit the configuration file;refreshto forcefully refresh the local cache;clearto empty the local cache.
In addition, calling pbl without any subcommand will start an
interactive shell in which subcommands can be invoked successively
without quitting the program.
Calling pbl with the -h option will display the general help;
calling a given subcommand with the -h option will display the help
for that subcommand.
The program will interactively for the vault passphrase when it is needed to decrypt or encrypt a credential.
Copying
Pebble is distributed under the terms of the GNU General Public License, version 3 or higher. The full license is included in the COPYING file of the source distribution.
Pebble include codes that was originally distributed under a 3-clause BSD license. The original copyright notice and license can be found in the header of any file of the source distribution containing such code.
Homepage and repository
The project is located at https://incenp.org/dvlpt/pebble.html with the manual at https://incenp.org/dvlpt/pebble/index.html. The source code is available in a Git repository at https://git.incenp.org/damien/pebble.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file incenp.pebble-0.9.0.tar.gz.
File metadata
- Download URL: incenp.pebble-0.9.0.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7bcaf8009dcb2fa37ea655c08433cf98f44468ac3014ccfbbc4d574b054db77
|
|
| MD5 |
3098d27e24e0ac56d6322c9e0cf8e750
|
|
| BLAKE2b-256 |
675eeff9645d7cc39edaacd79c267229c06d348b45bd4eca7455e84956ff9fd4
|
File details
Details for the file incenp.pebble-0.9.0-py3-none-any.whl.
File metadata
- Download URL: incenp.pebble-0.9.0-py3-none-any.whl
- Upload date:
- Size: 33.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85cc786a461f3899fa4fb83be13e8436d56fe8991a978ad8786b7d4f9c389bed
|
|
| MD5 |
a7dc2fd6e58bd1bdc78141b4b3c83894
|
|
| BLAKE2b-256 |
16f3db3f394bc10d3e6a7f0ff17e6550c2413a62fb3f698325815f07d85d62f7
|