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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for lockey-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0baff10175091f94b1c1edf2bc281d66cd84ba6b6833986429215b97f941fbff
MD5 680bb036b00e62df326a36a38bdd8471
BLAKE2b-256 eb19f54746ac33cbd81a6b68e8dabf1c214e8cc72126f778485aaaa77129f012

See more details on using hashes here.

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

Hashes for lockey-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e06929cd6907acc78b8cc4f1f0cce19d0432cf9d7409ff2fb29b173913b4da8f
MD5 e71162b24d09446f735704ec0263c238
BLAKE2b-256 4612abcf393fe037a21ac7e366b191b04048e88b4d5daba534e0234cccbf26a6

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