Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

17
tldr/linux/makoctl-invoke Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`