✨ Add ability to download nerdfont symbols (#10)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Same as the other symbol download options, this one takes a list of all nerdfont icons and wrangles them into shape to be usable with the emoji picker. Can be used by invoking `bemoji -D nerd` or `bemoji -D all`. Fixes #10.
This commit is contained in:
parent
54b72e583b
commit
e720343ffc
4 changed files with 30 additions and 10 deletions
12
README.md
12
README.md
|
|
@ -184,24 +184,24 @@ The path can also be a weblink which bemoji will download and use:
|
|||
bemoji -f "https://raw.githubusercontent.com/jchook/emoji-menu/master/data/emojis.txt"
|
||||
```
|
||||
|
||||
### Download additional emoji set
|
||||
### Download additional emoji sets
|
||||
|
||||
bemoji automatically downloads an emoji list for you to use on first invocation.
|
||||
By default, it only downloads emoji, though you can have it download math symbols as well.
|
||||
By default, it only downloads emoji, though you can have it download math symbols and nerdfont icons as well.
|
||||
To download additional sets, execute bemoji like the following:
|
||||
|
||||
```bash
|
||||
bemoji -D all
|
||||
```
|
||||
|
||||
This will download *all* default sets bemoji knows - which is currently the default emoji list and a long list of math symbols.
|
||||
Other valid options for this setting are `emoji`, `math`, `none`.
|
||||
This will download *all* default sets bemoji knows - which is currently the default emoji list, nerd font icons, and a long list of math symbols.
|
||||
Other valid options for this setting are `emoji`, `math`, `nerd`, `none`.
|
||||
|
||||
```bash
|
||||
bemoji -D "math emoji"
|
||||
bemoji -D "math emoji nerd"
|
||||
```
|
||||
|
||||
The above command is equivalent as you can mention multiple sets you want downloaded.
|
||||
The above command is equivalent to `all` as you can mention multiple sets you want downloaded.
|
||||
|
||||
If set to `none` and no files are in the emoji directory,
|
||||
bemoji will complain and not show anything.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue