1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ya.md
Anirudh Gupta 77b778f583
ya, yazi: add pages (#13522)
* ya, yazi: add pages

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-08-28 23:31:53 +05:30

28 lines
562 B
Markdown

# ya
> Manage Yazi packages and plugins.
> More information: <https://github.com/sxyazi/yazi>.
- Add a package:
`ya pack -a {{package}}`
- Upgrade all packages:
`ya pack -u`
- 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}}`