mashlol / notify

Notify your devices from the terminal
https://mashlol.github.io/notify/
261 stars 38 forks source link

Set notification's title using CLI #25

Closed viniciussbs closed 6 years ago

viniciussbs commented 7 years ago

notify function accepts text and title, but the CLI only sends the text to the function. It would be great to set the title using the CLI:

$ notify --text "Cool message" --title "Awesome title"

mashlol commented 6 years ago

Done