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>
This commit is contained in:
28
pages/common/ya.md
Normal file
28
pages/common/ya.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user