mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 04:15:24 +02:00
28 lines
590 B
Markdown
28 lines
590 B
Markdown
# ya
|
|
|
|
> Manage Yazi packages and plugins.
|
|
> More information: <https://github.com/sxyazi/yazi>.
|
|
|
|
- Add a package:
|
|
|
|
`ya pack {{[-a|--all]}} {{package}}`
|
|
|
|
- Upgrade all packages:
|
|
|
|
`ya pack {{[-u|--upgrade]}}`
|
|
|
|
- Subscribe to messages from all remote instances:
|
|
|
|
`ya sub {{kinds}}`
|
|
|
|
- Publish a message to the current instance with string body:
|
|
|
|
`ya pub --str {{string_message}}`
|
|
|
|
- Publish a message to the current instance with JSON body:
|
|
|
|
`ya pub --json {{json_message}}`
|
|
|
|
- Publish a message to the specified instance with string body:
|
|
|
|
`ya pub-to --str {{message}} {{receiver}} {{kind}}`
|