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.3.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

lockey-0.3.3-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lockey-0.3.3.tar.gz
  • Upload date:
  • Size: 8.7 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.3.tar.gz
Algorithm Hash digest
SHA256 f3df14c5c3005d813d1fc4c03be0fd283fde92ca9ba7483508da38e96fa73250
MD5 91a396c52ed02dca480fb257cf7174bd
BLAKE2b-256 0f5957bd7bfbe31dbcb4d74d315246f0ed28d89cd92f66ed3789f1555deca9ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lockey-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 9.3 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4133f5d5398b54e9c8294a18ac6c7b3f8191c5d348903ba71f0e6c332bc7aed3
MD5 3d4ec4c1b91e3907854724f3bc0ac475
BLAKE2b-256 aa3709f42ed2b6d702d534fee5c43b91fd66c29f26dc8262cfab0c73fc5d95e5

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