-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lua API: tab::Selected
keeps the order of file selections
#1719
Comments
cx.selected
keeps the order of file selections
cx.selected
keeps the order of file selectionstab::Selected
keeps the order of file selections
I need this too. |
Any updates to this? |
I'm having the same issue, when using built-in commands like |
Please try #2244 |
So this will automatically order the files I copy from? Or I have to edit something to the plugin for it? This is not mentioned in the PR. |
`tab::Selected` will keep the order that users have selected
…On Sat, Jan 25, 2025 at 9:22 PM Anirudh Gupta ***@***.***> wrote:
So this will automatically order the files I copy from? Or I have to edit
something to the plugin for it? This is not mentioned in the PR.
—
Reply to this email directly, view it on GitHub
<#1719 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFWFIC7ZZWKXVAOIO6G74D2MOFXTAVCNFSM6AAAAABPILTY72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTHE3DIOJRGM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
yazi --debug
outputPlease describe the problem you're trying to solve
Currently when you select multiple files, the order of selected file is random. It would be nice to have it ordered.
Would you be willing to contribute this feature?
Describe the solution you'd like
I select files, and they get appended in whatever data str you ll use, in order so that while copying contents from it, or renaming it. It comes in the order you select the files.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: