emoji script

This commit is contained in:
tristan 2024-01-07 17:08:56 +00:00
parent f646997d09
commit 02fd943224
2 changed files with 1204 additions and 1 deletions

View file

@ -275,7 +275,7 @@ in {
install = false;
}
{
name = "git clone";
name = "clone-copied-repo";
text = ''
url=$(wl-paste)
${my-deps.notify-send} "Cloning $url"
@ -290,5 +290,18 @@ in {
}
];
}
{
name = "select-emoji";
text = ''
cat ${../../lib/emotes.txt} | ${my-deps.menu} | awk '{print $1}' | wl-copy
'';
install = true;
hotkeys = [
{
key = "E";
modifier = "${modifier}_SHIFT";
}
];
}
];
}