A plugin for yazi to calculate the size of current selection or current working directory
Yazi `25.x` versions introduced a couple of breaking changes. Specifically to this plugin: - The plugin entry file init.lua has been deprecated in favor of the new main.lua, in https://github.com/sxyazi/yazi/pull/2168 - The --args option in the plugin command has been deprecated in favor of a new 2nd positional parameter, in https://github.com/sxyazi/yazi/pull/2299 These will be worked around after the much request cross-platform support, for which a couple of PRs have already been submitted, in order: - https://github.com/pirafrank/what-size.yazi/pull/5 - https://github.com/pirafrank/what-size.yazi/pull/6 After merges, the following will be required: - [x] update to use `clipboard` as 2nd positional parameter (I've already prepared a stash for that) - [x] test on Linux - [x] test on Windows - [x] update README
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by pirafrank and has received 1 comments.