1
0
mirror of https://github.com/cheat/cheat.git synced 2025-04-16 14:36:07 +02:00
Louis Taylor 8dda6a9241 Package with distutils
Created cheatsheets package to store the default sheets.
2013-08-13 11:01:06 +01:00

5 lines
172 B
Plaintext

To send a desktop notification via dbus:
notify-send -i 'icon-file/name' -a 'application_name' 'summary' 'body of message'
The -i and -a flags can be omitted if unneeded.