π¨βπ»Β about me home CV/Resume News ποΈΒ Contact Github LinkedIn Iβm a Haskeller πΒ Best of LuaX hey bang ypp panda lsvg Fizzbuzz makex Calculadoira TPG todo pwd rrpi
This Vim plugin helps managing password lists within Vim in a very basic but efficient way.
The latest version of pwd can be found here: https://github.com/CDSoft/pwd
Itβs based on:
pwd is distributed as a Vimball archive.
Files named *.pwd
are open with the pwd plugin.
Keyboard | Mouse | Description |
---|---|---|
F5 | Creates a new entry |
F8 generates a password with letters and digits (1) ββββ ββββ- βββββββββββ Alt-F8 generates a password with letters, digits and special characters (2) ββββ ββββ- βββββββββββ F7 Double click copies the word under the cursor to the clipboard and starts the browser if a URL is found ββββ ββββ- βββββββββββ
It may be wise to encrypt your password file. Vim can do it with the β-xβ option.
Β« gvim -x file.pwd Β» decrypts file.pwd when it is open and encrypts it when it is saved.
Or save your file into an encrypted container.
Warning: no encryption is available on NeoVim.
A password file may look like this:
Home {{{
ISP {{{
user my_user_name
pass oeToob7J (fake password generated with <F8> ;-)
}}}
Bank {{{
account 123456789
pass 123456789
}}}
}}}
Work {{{
...
}}}
Copyright Β© 2013, 2016, 2017, 2019, 2020 Christophe Delord (cdelord.fr)
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.