chore: update to the latest stable version
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
|
|
||||||
The following plugins can be installed using the [`ya pkg` package manager](https://yazi-rs.github.io/docs/cli#pm) introduced in Yazi v25.5.28.
|
The following plugins can be installed using the [`ya pkg` package manager](https://yazi-rs.github.io/docs/cli#pm) introduced in Yazi v25.5.31.
|
||||||
|
|
||||||
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
|
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local selected_or_hovered = ya.sync(function()
|
local selected_or_hovered = ya.sync(function()
|
||||||
local tab, paths = cx.active, {}
|
local tab, paths = cx.active, {}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local WINDOWS = ya.target_family() == "windows"
|
local WINDOWS = ya.target_family() == "windows"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local AVAILABLE_CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789."
|
local AVAILABLE_CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789."
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local update = ya.sync(function(st, tags)
|
local update = ya.sync(function(st, tags)
|
||||||
for path, tag in pairs(tags) do
|
for path, tag in pairs(tags) do
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local FILES = {
|
local FILES = {
|
||||||
[".envrc"] = "text/plain",
|
[".envrc"] = "text/plain",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local toggle_ui = ya.sync(function(self)
|
local toggle_ui = ya.sync(function(self)
|
||||||
if self.children then
|
if self.children then
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
--- @sync entry
|
--- @sync entry
|
||||||
|
|
||||||
local function setup(self, opts) self.open_multi = opts.open_multi end
|
local function setup(self, opts) self.open_multi = opts.open_multi end
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local hovered = ya.sync(function()
|
local hovered = ya.sync(function()
|
||||||
local h = cx.active.current.hovered
|
local h = cx.active.current.hovered
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
--- @sync entry
|
--- @sync entry
|
||||||
return {
|
return {
|
||||||
entry = function()
|
entry = function()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
--- Verify if `sudo` is already authenticated
|
--- Verify if `sudo` is already authenticated
|
||||||
--- @return boolean
|
--- @return boolean
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
--- @sync entry
|
--- @sync entry
|
||||||
|
|
||||||
local function entry(st, job)
|
local function entry(st, job)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.28
|
--- @since 25.5.31
|
||||||
|
|
||||||
local root = ya.sync(function() return cx.active.current.cwd end)
|
local root = ya.sync(function() return cx.active.current.cwd end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user