mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
558 B
Plaintext
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`
|