Add pass snippet

This commit is contained in:
Austen Adler 2017-03-14 14:02:54 -04:00
parent 080f07aa3a
commit 4fd4b3e010

9
UltiSnips/text.snippets Normal file
View File

@ -0,0 +1,9 @@
priority -50
snippet pass "pass"
`#!/bin/sh
pwgen -sy 32 1`
---${0}
user: stonewareslord
email: stonewareslord@gmail.com
autotype: ${1:email} :tab pass :enter
endsnippet