docs: use the new ya pack syntax for plugin installation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
# Plugins
|
||||
|
||||
The following plugins can be installed using the `ya pack` package manager - it's part of the upcoming Yazi v0.3 (currently available on the latest main branch).
|
||||
The following plugins can be installed using the `ya pack` package manager introduced in Yazi v0.3.
|
||||
|
||||
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/7aa3abc2-d057-498c-8473-a6282
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#chmod
|
||||
ya pack -a yazi-rs/plugins:chmod
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/eff5e949-386a-44ea-82f9-4cb4a
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#diff
|
||||
ya pack -a yazi-rs/plugins:diff
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ Add a full border to Yazi to make it look fancier.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#full-border
|
||||
ya pack -a yazi-rs/plugins:full-border
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/c4f0b5c4-ff9f-4be8-ba73-4d8e7
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#hide-preview
|
||||
ya pack -a yazi-rs/plugins:hide-preview
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/aac9341c-b416-4e0c-aaba-889d4
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#jump-to-char
|
||||
ya pack -a yazi-rs/plugins:jump-to-char
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -10,7 +10,7 @@ but we strongly discourage using it unless you encounter some issues with `7zip`
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#lsar
|
||||
ya pack -a yazi-rs/plugins:lsar
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -11,7 +11,7 @@ Note that this plugin is still under development.
|
||||
Install the plugin itself, and [jdberry/tag](https://github.com/jdberry/tag) used to tag files:
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#mactag
|
||||
ya pack -a yazi-rs/plugins:mactag
|
||||
brew update && brew install tag
|
||||
```
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/8976308e-ebfe-4e9e-babe-153eb
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#max-preview
|
||||
ya pack -a yazi-rs/plugins:max-preview
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ Remove the status bar.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#no-status
|
||||
ya pack -a yazi-rs/plugins:no-status
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -7,7 +7,7 @@ https://github.com/yazi-rs/plugins/assets/17523360/72aaf117-1378-4f7e-93ba-d425a
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a yazi-rs/plugins#smart-filter
|
||||
ya pack -a yazi-rs/plugins:smart-filter
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user