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/.lockey/completions
curl -L https://raw.githubusercontent.com/NikolaiLyssogor/lockey/main/completions/_lockey > $HOME/.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.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: lockey-0.3.0.tar.gz
  • Upload date:
  • Size: 8.0 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.0.tar.gz
Algorithm Hash digest
SHA256 b56e44dfd00b188cfea31449d56f78f7762e83d06e4bdd9efa2071548020fb3f
MD5 ee2632ef21869c83847f32c39a2f20e5
BLAKE2b-256 9687b029026c156bb63fb2fb506b168ecffc50613f381d168775cd3f63704397

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lockey-0.3.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 499a2f313b3eb548acf801254ecf17fbed20351473019c7f724058d5b8cb167f
MD5 9ad546f62704314a5986f99b9608a3ca
BLAKE2b-256 bf88ce319dcda59acf7ed0c5340e5fc74e46704be9ce29557813bd0b170721ed

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