Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 588 Bytes

KAKTAKOMB

this plugin allows you to encrypt and decrypt buffers using a password that you can parameterize via the kaktakomb_secret option or if you privde one argument to the functions encrypt-buffer or decrypt-buffer they will use it as the password, if you have lets say, some passwords stored in files you could encryt them and read them in kakoune using this plugin.

DEPENDENCIES

  • openssl

SUGGESTED CONFIG

plug "eko234/kaktakomb" config %{
  set global kaktakomb_secret YOUR_VERY_SECRET_PASSWORD
}

todo

Make commands to work on selections