File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 948948--- resolve: boolean|nil, -- Whether to resolve symlinks.
949949--- },
950950--- ): File[]|nil, Error|nil Read the contents of a directory.
951+ --- @field expand_url fun (
952+ --- url: string|Url, -- The string or Url to expand.
953+ --- ): Url|nil, Error|nil Expand a file path fully.
951954--- @field unique_name fun (
952955--- url: Url, -- The Url of the item to generate a unique name for.
953956--- ): Url|nil, Error|nil Generate a unique name for a file or directory.
10911094
10921095-- The type of the args object in the runtime
10931096--- @class (exact ) rt.Args
1094- --- @field chooser_file Url The file path to write the selected files to
1097+ --- @field entries Url[] The url of the current directory in each tab in Yazi
10951098--- @field cwd_file Url The file path to write the current working directory to
1099+ --- @field chooser_file Url The file path to write the selected files to
10961100
10971101-- The type of the mouse events, which are the types of mouse events
10981102-- that can be received by the plugin system.
You can’t perform that action at this time.
0 commit comments