aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions
diff options
context:
space:
mode:
Diffstat (limited to '')
-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