mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 00:42:45 +00:00
26 lines
377 B
Plaintext
26 lines
377 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# informant
|
|
|
|
> Read Arch Linux package news.
|
|
> More information: <https://github.com/bradford-smith94/informant>.
|
|
|
|
- Read all unread news:
|
|
|
|
`sudo informant read`
|
|
|
|
- Check for news:
|
|
|
|
`informant check`
|
|
|
|
- List latest news:
|
|
|
|
`informant list`
|
|
|
|
- Display help:
|
|
|
|
`informant {{[-h|--help]}}`
|