No project description provided
Project description
lockey
A simple dependency-free password manager written in Python based on gpg.
Shell Completions
At this time, shell completions are only available for zsh
. If you would like to add completions for another shell, please open a PR and I will be happy to review it.
To enable shell completions for zsh
, first add the completions script to a new directory in lockey's config folder. Note that if you use Oh My Zsh you should instead put the script in ~/.oh-my-zsh/completions
, at which point completions will be enabled for you.
mkdir $HOME/.config/lockey/completions
curl -L https://raw.githubusercontent.com/NikolaiLyssogor/lockey/main/completions/_lockey > $HOME/.config/lockey/completions/_lockey
If you do not use Oh My Zsh, you will also need to enable completions in your .zshrc
if you have not already and add the directory you just created to your $fpath
. Append the following to the end of your .zshrc
.
fpath=($HOME/.lockey/config/completions $fpath)
autoload -U compinit
compinit
Project details
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
File details
Details for the file lockey-0.3.1.tar.gz
.
File metadata
- Download URL: lockey-0.3.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0baff10175091f94b1c1edf2bc281d66cd84ba6b6833986429215b97f941fbff |
|
MD5 | 680bb036b00e62df326a36a38bdd8471 |
|
BLAKE2b-256 | eb19f54746ac33cbd81a6b68e8dabf1c214e8cc72126f778485aaaa77129f012 |
File details
Details for the file lockey-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: lockey-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06929cd6907acc78b8cc4f1f0cce19d0432cf9d7409ff2fb29b173913b4da8f |
|
MD5 | e71162b24d09446f735704ec0263c238 |
|
BLAKE2b-256 | 4612abcf393fe037a21ac7e366b191b04048e88b4d5daba534e0234cccbf26a6 |