snippetbashTip
ya — Manage Yazi plugins and flavors, publish or subscribe to DDS messages. More information: <https://ya
Viewed 0 times
commandyaandflavorspluginsmanagecliyazi
Problem
How to use the
ya command: Manage Yazi plugins and flavors, publish or subscribe to DDS messages. More information: <https://yazi-rs.github.io/docs/cli/>.Solution
ya — Manage Yazi plugins and flavors, publish or subscribe to DDS messages. More information: <https://yazi-rs.github.io/docs/cli/>.Add a package:
ya pkg add {{package}}Delete a package:
ya pkg delete {{package}}Upgrade all packages:
ya pkg upgradeList all packages:
ya pkg listEmit a command to be executed by the current instance:
ya emit {{command}} {{arguments}}Emit commands to a specific remote instance:
ya emit-to {{receiver}} {{command}} {{arguments}}Publish a message to the current instance with string body:
ya pub --str {{string_message}}Subscribe to a specific kind of message from a remote instance:
ya sub {{message_kind}}Code Snippets
Add a package
ya pkg add {{package}}Delete a package
ya pkg delete {{package}}Upgrade all packages
ya pkg upgradeList all packages
ya pkg listEmit a command to be executed by the current instance
ya emit {{command}} {{arguments}}Context
tldr-pages: common/ya
Revisions (0)
No revisions yet.