explain why copyq exception
This commit is contained in:
parent
0b6ecf9281
commit
61dd4cdbd2
2
snippy
2
snippy
@ -80,7 +80,7 @@ run(){
|
|||||||
else
|
else
|
||||||
content="$(bashdown < "${DIR}/${FILE}")"
|
content="$(bashdown < "${DIR}/${FILE}")"
|
||||||
fi
|
fi
|
||||||
# clip launch copyq
|
# clip launch copyq, don't pass the filename in buffer
|
||||||
if [[ ! ${FILE} == "clip" ]] && [[ "${#content}" == 0 ]]; then
|
if [[ ! ${FILE} == "clip" ]] && [[ "${#content}" == 0 ]]; then
|
||||||
printf "%s" "${FILE}" > $TMPFILE
|
printf "%s" "${FILE}" > $TMPFILE
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user