]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add password rotation
authorJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 04:31:14 +0000 (22:31 -0600)
committerJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 04:31:14 +0000 (22:31 -0600)
commit5e46c4df650e55e4f00295f9063486b32a664019
tree10a25dd32ccf53c8d3fda36c455c8b2b38f3132b
parent6200b3bafa98641f7f5163e6657d75aaadb74c0c
Add password rotation

password-store uses pwgen when called as pass generate. This is not
easily available afterward. Mapping a pwgen password to
increment/decrement
autoload/password_store.vim [new file with mode: 0644]
doc/vim-password-store.txt
ftplugin/pass.vim