Skip to content

djoreilly/console-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-notifications

Print desktop notifications in a console

$ notify-send --app-name test-app1 "summary text" "body text\n\nmore body text"
$ notify-send --app-name test-app2 "summary text2" "body text 2"
Monitoring notifications. Enter to clear screen. Ctrl-c to quit.
-------------------------------------------------------------------------------------------
2023-03-01 16:02:33 - test-app1

summary text

body text

more body text

-------------------------------------------------------------------------------------------
2023-03-01 16:03:13 - test-app2

summary text2

body text 2

-------------------------------------------------------------------------------------------

About

Print desktop notifications in a console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages