diff --git a/.hgignore b/.hgignore index e9d80e7..d1eb086 100644 --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,3 @@ .log .old +.swp diff --git a/lastpass.sh b/lastpass.sh new file mode 100755 index 0000000..9464ec6 --- /dev/null +++ b/lastpass.sh @@ -0,0 +1,3 @@ +#!/bin/sh +lpass ls | grep $1 | awk '{ if (match($0,/\[id: (.*)?\]/,m)) print m[1] }' | xargs lpass show +# --color=always --format="%ai %au %ap" # buggy lpass shit