From 61dd4cdbd298a243ca18ef0095660885649f0746 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Fri, 9 Dec 2016 16:27:48 +0400 Subject: [PATCH] explain why copyq exception --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index a2da601..89296d1 100755 --- a/snippy +++ b/snippy @@ -80,7 +80,7 @@ run(){ else content="$(bashdown < "${DIR}/${FILE}")" fi - # clip launch copyq + # clip launch copyq, don't pass the filename in buffer if [[ ! ${FILE} == "clip" ]] && [[ "${#content}" == 0 ]]; then printf "%s" "${FILE}" > $TMPFILE else