From e2e70a4c360f929103b4899e2a0f44fbb8ae5f63 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 16 Mar 2023 17:14:09 +0000 Subject: removed tjclip which is now a bash script - check that repo --- fish/functions/tjclip.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 fish/functions/tjclip.fish 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 -- cgit v1.2.3