mirror of https://github.com/caronc/apprise
Updated CLI_Usage (markdown)
parent
5047e7d130
commit
c5cf103a44
|
@ -273,7 +273,7 @@ There is more, but I want to keep my message short. :)
|
||||||
_EOF
|
_EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
## Emoji Support
|
## :ok_hand: Emoji Support
|
||||||
Apprise now offers you the ability to pass in entries like `:slightly_smiling_face:` to have it automatically change this into a :slightly_smiling_face: unicode equivalent. Apprise is loaded with all of the emojis (and their mappings) as defined [here](https://github.com/ikatyang/emoji-cheat-sheet)
|
Apprise now offers you the ability to pass in entries like `:slightly_smiling_face:` to have it automatically change this into a :slightly_smiling_face: unicode equivalent. Apprise is loaded with all of the emojis (and their mappings) as defined [here](https://github.com/ikatyang/emoji-cheat-sheet)
|
||||||
|
|
||||||
There are 2 ways to orchestrate the emoji engine and begin your translations:
|
There are 2 ways to orchestrate the emoji engine and begin your translations:
|
||||||
|
@ -295,7 +295,9 @@ There are 2 ways to orchestrate the emoji engine and begin your translations:
|
||||||
--body="So proud of you all! :rocket:." \
|
--body="So proud of you all! :rocket:." \
|
||||||
"myschema://credentials?emojis=yes"
|
"myschema://credentials?emojis=yes"
|
||||||
```
|
```
|
||||||
Emojis offer a more rich use of Apprise.
|
Emojis offer a more rich use of Apprise. The above example would have passed the following to all upstream services:
|
||||||
|
- **title**: :+1: Great work everyone!
|
||||||
|
- **body**: So proud of you all! :rocket:.
|
||||||
|
|
||||||
## :star2: Tricks and Additional Notes
|
## :star2: Tricks and Additional Notes
|
||||||
### Tmux Alert Bell Integration
|
### Tmux Alert Bell Integration
|
||||||
|
|
Loading…
Reference in New Issue