luckman212 Posted April 26 Share Posted April 26 I had my first play with Grid View yesterday and it's very slick! 🏆 I have a few suggestions if you'll hear them: I know about ⌘0 but it would be fantastic if ⌘+ and ⌘- could "resize" the grid, increasing or decreasing the size of the thumbnails. Dovetailing with that, a way to programmatically set the grid size via JSON or workflow variable would be lovely to have And finally my "reach" request (I know it's a big one) - Multi-Select (similar to the way fzf works if you've ever used it). TAB key to mark/unmark an item and then ENTER to pass all selected objects to the output. Link to comment Share on other sites More sharing options...
vitor Posted April 26 Share Posted April 26 Glad you like it! And thank you for the suggestions. Few notes on the bottom two: 35 minutes ago, luckman212 said: a way to programmatically set the grid size via JSON or workflow variable You can, by overriding the object’s JSON. Both Thumbnail Navigation and Short Films do that. 35 minutes ago, luckman212 said: Multi-Select The File Buffer works in Grid View too. luckman212 1 Link to comment Share on other sites More sharing options...
luckman212 Posted April 26 Author Share Posted April 26 (edited) Great stuff Vitor! Thank you as always. I've pushed a 2.5.0 update jist now that makes use of both of these! Edited April 26 by luckman212 Link to comment Share on other sites More sharing options...
zeitlings Posted April 30 Share Posted April 30 On 4/26/2024 at 1:57 PM, vitor said: The File Buffer works in Grid View too. I noticed that this only works if the source is “Object Input”. If the source is “Script” and the item’s JSON has a file path as arg or action, nothing can be pushed to the file buffer. Is there a trick to it to make this work with the grid view, or is that a bug? On a similar note, setting copy also does not work (no text can copied with cmd+c) while largetype does work. Link to comment Share on other sites More sharing options...
vitor Posted April 30 Share Posted April 30 To add to the File Buffer you need to set "type": "file" or "type": "file:skipcheck", same as the Script Filter. I can’t reproduce the copy problem, it’s working fine in my test just now. Could you provide an example? Link to comment Share on other sites More sharing options...
zeitlings Posted April 30 Share Posted April 30 37 minutes ago, vitor said: To add to the File Buffer you need to set "type": "file" or "type": "file:skipcheck", same as the Script Filter. Thanks! That's already helpful. However, in my tests, this works iff arg is a (valid) file path while the action override is ignored. This is reminiscent of this earlier observation. 35 minutes ago, vitor said: I can’t reproduce the copy problem, it’s working fine in my test just now. Could you provide an example? Here is a version of the color picker workflow where I'm testing this. There are a few of my attempts in get_history.sh that populates the grid view. https://transfer.archivete.am/GvjVB/Color Picker v1.2.1-grid-view-trouble-shooting.alfredworkflow Link to comment Share on other sites More sharing options...
zeitlings Posted May 5 Share Posted May 5 @vitor did you find the time to check it out? Link to comment Share on other sites More sharing options...
vitor Posted May 5 Share Posted May 5 I did. I opened an issue internally to look into further. Regarding the copy, it’s reproducible only when filtering is off. zeitlings 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now