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
|
||||
|
||||
$ shmoji -h
|
||||
usage: [download | bemenu | fzf]
|
||||
usage: [download | bemenu | rofi | fzf]
|
||||
|
||||
examples:
|
||||
# download emojis
|
||||
|
@ -12,13 +12,19 @@ examples:
|
|||
# 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/i3:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue