LinuxCommandLibrary

ya

Manage Yazi packages and plugins.

TLDR

Add a package

$ ya pack -a [package]
copy


Upgrade all packages
$ ya pack -u
copy


Subscribe to messages from all remote instances
$ ya sub [kinds]
copy


Publish a message to the current instance with string body
$ ya pub --str [string_message]
copy


Publish a message to the current instance with JSON body
$ ya pub --json [json_message]
copy


Publish a message to the specified instance with string body
$ ya pub-to --str [message] [receiver] [kind]
copy

Copied to clipboard