Added my lastpass command
This commit is contained in:
parent
418d465437
commit
94eda5c3aa
3
lastpass.sh
Executable file
3
lastpass.sh
Executable file
|
@ -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
|
Loading…
Reference in New Issue
Block a user