aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-16 17:14:09 +0000
committerMatthew Lemon <y@yulqen.org>2023-03-16 17:14:09 +0000
commite2e70a4c360f929103b4899e2a0f44fbb8ae5f63 (patch)
tree871ce35030106ca9ac99873012d65a1a16af911a
parentd3bfb7530ce1ef891cb6de84a4903e2a72388566 (diff)
removed tjclip which is now a bash script - check that repo
-rw-r--r--fish/functions/tjclip.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/fish/functions/tjclip.fish b/fish/functions/tjclip.fish
deleted file mode 100644
index 959c87a..0000000
--- a/fish/functions/tjclip.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-function tjclip --description 'Log contents of the clipboard to the daily journal, via the _tj script' --argument message
- if test -n "$message"
- echo "$message: $(xclip -o -clipboard clipboard)." | _tj
- else
- echo "Please give me your message, wrapped in quotes."
- end
-end