mirror of
https://github.com/biox/shmoji.git
synced 2024-11-09 17:28:49 +01:00
update readme
This commit is contained in:
parent
d3fe8bed87
commit
17d5a77aab
1 changed files with 8 additions and 2 deletions
10
README
10
README
|
@ -3,7 +3,7 @@ shomji 💀
|
||||||
j3s's simple little shell-based emoji picker
|
j3s's simple little shell-based emoji picker
|
||||||
|
|
||||||
$ shmoji -h
|
$ shmoji -h
|
||||||
usage: [download | bemenu | fzf]
|
usage: [download | bemenu | rofi | fzf]
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
# download emojis
|
# download emojis
|
||||||
|
@ -12,13 +12,19 @@ examples:
|
||||||
# launch shmoji with bemenu
|
# launch shmoji with bemenu
|
||||||
shmoji bemenu
|
shmoji bemenu
|
||||||
|
|
||||||
|
# launch shmoji with rofi
|
||||||
|
shmoji rofi
|
||||||
|
|
||||||
# launch shmoji with fzf
|
# launch shmoji with fzf
|
||||||
shmoji fzf
|
shmoji fzf
|
||||||
|
|
||||||
|
|
||||||
how do i use this in...
|
how do i use this in...
|
||||||
sway/i3:
|
sway:
|
||||||
bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu
|
bindsym $mod+Shift+o exec --no-startup-id shmoji bemenu
|
||||||
|
|
||||||
|
i3:
|
||||||
|
bindsym $mod+Shift+o exec --no-startup-id shmoji rofi
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
shmoji fzf
|
shmoji fzf
|
||||||
|
|
Loading…
Reference in a new issue