added pc (pass -c1)
This commit is contained in:
parent
e831efd1b9
commit
ee5d19cee1
@ -1,5 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
function pc(){
|
||||
# use pass and copy to clipboard
|
||||
pass -c1 "@"
|
||||
}
|
||||
complete -o filenames -F _pass pc
|
||||
|
||||
|
||||
|
||||
function watermark(){
|
||||
# Add watermark text to image (ImageMagick depentant)
|
||||
# $1 = source file
|
||||
|
Loading…
Reference in New Issue
Block a user