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