diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-16 17:14:09 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-16 17:14:09 +0000 |
commit | e2e70a4c360f929103b4899e2a0f44fbb8ae5f63 (patch) | |
tree | 871ce35030106ca9ac99873012d65a1a16af911a | |
parent | d3bfb7530ce1ef891cb6de84a4903e2a72388566 (diff) |
removed tjclip which is now a bash script - check that repo
-rw-r--r-- | fish/functions/tjclip.fish | 7 |
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 |