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

makoctl dismiss — Dismiss notifications in `mako`. More information: <https://manned.org/makoctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
notificationsdismissmakoctl dismisscommandcliinformationmoremako
linux

Problem

How to use the makoctl dismiss command: Dismiss notifications in mako. More information: <https://manned.org/makoctl>.

Solution

makoctl dismiss — Dismiss notifications in mako. More information: <https://manned.org/makoctl>.

Dismiss the most recent notification:
makoctl dismiss


Dismiss a specific notification by ID:
makoctl dismiss -n {{notification_id}}


Dismiss all notifications:
makoctl dismiss {{[-a|--all]}}


Dismiss all notifications in the first group:
makoctl dismiss {{[-g|--group]}}


Dismiss without adding to history:
makoctl dismiss {{[-h|--no-history]}}

Code Snippets

Dismiss the most recent notification

makoctl dismiss

Dismiss a specific notification by ID

makoctl dismiss -n {{notification_id}}

Dismiss all notifications

makoctl dismiss {{[-a|--all]}}

Dismiss all notifications in the first group

makoctl dismiss {{[-g|--group]}}

Dismiss without adding to history

makoctl dismiss {{[-h|--no-history]}}

Context

tldr-pages: linux/makoctl dismiss

Revisions (0)

No revisions yet.