Skip to main content

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

lockey-0.3.2.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

lockey-0.3.2-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file lockey-0.3.2.tar.gz.

File metadata

  • Download URL: lockey-0.3.2.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.4.0

File hashes

Hashes for lockey-0.3.2.tar.gz
Algorithm Hash digest
SHA256 93d452fade7d2331223cb25d1f159905646acf3897cece17bc9f2f5f3e0ac9a4
MD5 b2e8fdad69707a907924200bc5278314
BLAKE2b-256 b39df4d5748745ad04b8e216559155768cc7fe8f94036383d64da5c68b922a1c

See more details on using hashes here.

File details

Details for the file lockey-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: lockey-0.3.2-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

Hashes for lockey-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3bf34c079a0fb44bf6dffee526ddb5432b7e06770f1f5e547af4dac6eaf70fec
MD5 9dba17a4b35c77200fda2920c935860d
BLAKE2b-256 3bb0fb656a140d16962576ea57e85c06e33399b7e6f84180546dc8ffc7182326

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page