mirror of
https://github.com/biox/shmoji.git
synced 2024-11-09 17:28:49 +01:00
35 lines
548 B
Text
35 lines
548 B
Text
shomji 💀
|
|
|
|
a little shell-based emoji picker
|
|
|
|
|
|
$ demo
|
|
<script id="asciicast-525695" src="https://asciinema.org/a/525695.js" async></script>
|
|
|
|
|
|
$ shmoji -h
|
|
usage: [download | bemenu | rofi | fzf]
|
|
|
|
examples:
|
|
# download emojis
|
|
shmoji download
|
|
|
|
# launch shmoji with bemenu
|
|
shmoji bemenu
|
|
|
|
# launch shmoji with rofi
|
|
shmoji rofi
|
|
|
|
# launch shmoji with fzf
|
|
shmoji fzf
|
|
|
|
|
|
how do i use this in...
|
|
sway:
|
|
bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu
|
|
|
|
i3:
|
|
bindsym $mod+Shift+o exec --no-startup-id shmoji rofi
|
|
|
|
shell:
|
|
shmoji fzf
|