dmenu Twitch emote script, copy full path function

This commit is contained in:
2020-07-01 01:14:09 -04:00
parent f488c79b46
commit 9e559088a2
11 changed files with 52 additions and 28 deletions

View File

@@ -186,6 +186,7 @@ abbr pgrf "grep-pdf-file"
abbr pst "pastebin"
abbr qh "qalc-history"
abbr rf "refresh-config"
abbr rl "readlink-cp"
abbr rs "redshift-set"
abbr sma "smol-add"
abbr smd "smol-delete"
@@ -204,14 +205,6 @@ abbr xya "export-pkgs"
# school [[[ #
# 369
abbr grc "grep-c"
abbr grh "grep-headers"
abbr rgh "rg-headers"
abbr jcr "java-compile-run"
abbr jct "java-compile-test"
# ]]] school #
# ]]] fxn abbr's #

View File

@@ -0,0 +1,3 @@
function readlink-cp
readlink -f $argv[1] | xclip -selection clipboard
end