-
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
More ideas for potential features #85
Comments
1: This is expected behavior and is intended to simplify the design, but there is indeed a bug here, which is documented in the feature requests -- the previous directory selection should be cleared on enter or leave. 2, 4: I did think about improving them, but just didn't have the time... I'm currently spending my time on bug fixes and implementing some features that may need to be refactoring the current architecture, and I need to have the architecture finalized in advance to lay the groundwork for later extensions. Which 4 I'd like to implement is a floating window, like the tasks list does, where the necessary info about a file is listed. 3: Yazi supports combining multiple commands (although support is limited right now and will be enhanced later), so perhaps it would be better to set the description manually |
Thank you for your quick and detailed reply. I appreciate your hard work and I'm well aware that those things are all simply quality of life features. I'm using Yazi as my main File Manager already after all. |
Done by #93, please give it a try!
Refer to #85 (comment), the bug has been logged in Feature Requests.
I have added these two to the Feature Requests. I would like to close this issue if the |
Tested and works perfectly. Closed this :) |
I'm going to lock this issue because it has been closed for 30 days. ⏳ This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hey! Your feature request "Display of the number of currently selected/cut/copied files" has been done by @Rolv-Apneseth in #646 🎉 |
Done in #1802 - all feature requests for this issue are now complete 🎉 |
As I was encouraged to do so, while using Yazi I thought of other points which could be useful:
1.) Possibly even be called a bug: Currently Yazi does not honor the full selection made when copying or cutting. Similar to #84 , only the files (selection) of the current folder are included. This is not very intuitive in my opinion. Why should my selection be limited to my current location?
2.) In addition, a display of the number of currently selected/cut/copied files would be nice. The solution of LF could offer inspiration for this. Here the number is displayed in a small field and via colorcode whether the display indicates marked, copied ect.
Examples:
5 selected files
5 yanked files
3.) Display Name in Keymap. As already described this would contribute strongly to the overview. Is this possibly related to #79?
4.) The possibility for more information about the files. A file manager should provide a quick overview of my file system. For this it can be helpful to be able to capture appropriate metadata, such as size, access rights, creation date and last modification at a glance.
The text was updated successfully, but these errors were encountered: