mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 11:58:15 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/makoctl
Normal file
30
tldr/linux/makoctl
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user