Files
cheatsheet-tldr/tldr/linux/makoctl
2025-11-05 00:20:34 +00:00

31 lines
558 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# makoctl
> Control the `mako` notification daemon.
> Some subcommands such as `dismiss`, `invoke`, and `mode` have their own usage documentation.
> More information: <https://manned.org/makoctl>.
- List all current notifications:
`makoctl list`
- List notification history:
`makoctl history`
- Reload the configuration file:
`makoctl reload`
- Restore the most recently expired notification from history:
`makoctl restore`
- Display help:
`makoctl help`