mashlol / notify

Notify your devices from the terminal

Home Page:https://mashlol.github.io/notify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set notification's title using CLI

viniciussbs opened this issue · comments

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"

Done