Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ echo "foo show" > "$SNI_BROKER"
echo "foo icon dialog-warning" > "$SNI_BROKER"

# Add menu entries
echo "foo menu-add date Show the date on console" > "$SNI_BROKER"
echo "foo menu-add foot Start the foot terminal" > "$SNI_BROKER"
echo "foo menu-add date#Show the date on console" > "$SNI_BROKER"
echo "foo menu-add foot#Start the foot terminal" > "$SNI_BROKER"
echo "foo menu-add echo Hello world!#Say hello on console" > "$SNI_BROKER"

# Clear the menu
echo "foo menu-clear" > "$SNI_BROKER"
Expand Down