-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ya, yazi: add pages --------- Co-authored-by: spageektti <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]>
- Loading branch information
1 parent
4be50ce
commit 77b778f
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# yazi | ||
|
||
> Blazing fast terminal file manager written in Rust. | ||
> Efficient, user-friendly, and customizable file management experience. | ||
> More information: <https://github.com/sxyazi/yazi>. | ||
- Launch Yazi from the current directory: | ||
|
||
`yazi` | ||
|
||
- Print debug information: | ||
|
||
`yazi --debug` | ||
|
||
- Write the current working directory on exit to the file: | ||
|
||
`yazi --cwd-file {{path/to/cwd_file}}` | ||
|
||
- Clear the cache directory: | ||
|
||
`yazi --clear-cache` |