emoji script
This commit is contained in:
parent
f646997d09
commit
02fd943224
2 changed files with 1204 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
1190
lib/emotes.txt
Normal file
1190
lib/emotes.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue