HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

makoctl invoke — Invoke actions on notifications in `mako`. More information: <https://manned.org/makoctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
notificationsactionscommandinvokeclimakoctl invokemoremako
linux

Problem

How to use the makoctl invoke command: Invoke actions on notifications in mako. More information: <https://manned.org/makoctl>.

Solution

makoctl invoke — Invoke actions on notifications in mako. More information: <https://manned.org/makoctl>.

Invoke the default action on the most recent notification:
makoctl invoke


Invoke a specific action on a notification (if not specified, default is used):
makoctl invoke -n {{notification_id}} {{action_name}}

Code Snippets

Invoke the default action on the most recent notification

makoctl invoke

Invoke a specific action on a notification (if not specified, default is used)

makoctl invoke -n {{notification_id}} {{action_name}}

Context

tldr-pages: linux/makoctl invoke

Revisions (0)

No revisions yet.