chore: bump Yazi version to 25.12.29
This commit is contained in:
@@ -22,14 +22,14 @@ And register it as fetchers in your `~/.config/yazi/yazi.toml`:
|
||||
|
||||
```toml
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*" # use `url` if you're using the nightly version of Yazi
|
||||
run = "git"
|
||||
id = "git"
|
||||
url = "*"
|
||||
run = "git"
|
||||
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*/" # use `url` if you're using the nightly version of Yazi
|
||||
run = "git"
|
||||
id = "git"
|
||||
url = "*/"
|
||||
run = "git"
|
||||
```
|
||||
|
||||
## Advanced
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- @since 25.5.31
|
||||
--- @since 25.12.29
|
||||
|
||||
local WINDOWS = ya.target_family() == "windows"
|
||||
|
||||
|
||||
@@ -46,14 +46,14 @@ And register it as fetchers in your `~/.config/yazi/yazi.toml`:
|
||||
|
||||
```toml
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "mactag"
|
||||
name = "*" # use `url` if you're using the nightly version of Yazi
|
||||
run = "mactag"
|
||||
id = "mactag"
|
||||
url = "*"
|
||||
run = "mactag"
|
||||
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "mactag"
|
||||
name = "*/" # use `url` if you're using the nightly version of Yazi
|
||||
run = "mactag"
|
||||
id = "mactag"
|
||||
url = "*/"
|
||||
run = "mactag"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- @since 25.5.31
|
||||
--- @since 25.12.29
|
||||
|
||||
local update = ya.sync(function(st, tags)
|
||||
for path, tag in pairs(tags) do
|
||||
|
||||
@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/yazi.toml`:
|
||||
```toml
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "mime"
|
||||
name = "*" # use `url` if you're using the nightly version of Yazi
|
||||
url = "*"
|
||||
run = "mime-ext"
|
||||
prio = "high"
|
||||
```
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- @since 25.5.31
|
||||
--- @since 25.12.29
|
||||
|
||||
local FILES = {
|
||||
[".envrc"] = "text/plain",
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
> [!NOTE]
|
||||
> The latest Yazi nightly build is required to use this plugin at the moment.
|
||||
|
||||
# zoom.yazi
|
||||
|
||||
Enlarge or shrink the preview image of a file, which is useful for magnifying small files for viewing.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- @since 25.6.11
|
||||
--- @since 25.12.29
|
||||
|
||||
local get = ya.sync(function(st, url) return st.last == url and st.level end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user