-
Notifications
You must be signed in to change notification settings - Fork 14
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
Visual Mode #294
Comments
I am not sure what benefit a new "mode" would bring compared to the regular marking system, at least not for the usecase you mention. In this case you could mark the images in library / thumbnail mode using |
I agree that one the desired images are marked, there are no limits in what one can to with the selection (thanks to the external commands, Now my idea was that once this mode is activated, you can navigate to the last image of the desired range, and all images in-between are automatically selected (/marked ?). This reduces the number of keystrokes by at least the factor 2, for the thumbnail view even more, since you can jump down whole rows. As I think about it, it does probably not make much sense to reinvent the wheel, but instead extend the functionality of the marker. I guess that should actually even be doable with a plugin. |
I have a simple keybinding in my vimiv config to at least achieve the factor of 2 you describe:
Of course this doesn't help for more complex movements as currently there is no concept of "in-between". I have to think about this some more. I would probably accept a PR for this if the code is not too complicated, but may not work on it myself. I opened #295 for the additional movement shortcuts. |
I have created the little plugin BatchMark, which does exactly what I was missing from vimiv To start the selection, one runs All logic to determine the images in the range was already present in vimiv, it just had to be found 😆 The logic for marking the images is a little hacked, though it works. P.S. In case you @karlch change you mind and agree that having this functionality directly in vimiv would be useful, I am willing to open a PR and reimplement it in vimiv. If not, then this issue can be closed 😏 |
This is really cool, I have to admit I like it a lot! Instead of writing a longer message here I will add some thoughts directly in the plugin as issues. If we can solve them all, I would almost certainly be happy to add this into vimiv directly. |
I could imagine that something like a visual mode would be very useful. After activating the mode one could select a bunch of subsequent images in library or thumbnail mode. The selection could then be batch-processed (e.g. marked, or fed to an external command).
I do often have the situation that I have many different shootings on a SD card and often I only need to select one specific event and e.g. move it to a certain location. This feature would allow for a huge efficiency boost in my workflow.
What do you @karlch thing about such a feature?
The text was updated successfully, but these errors were encountered: