Search results show task list in !movetotask and !task bangs #1978
Replies: 1 comment
-
Yeah this is a good idea, do you want to make a PR? getTaskByNameOrNumber and the method for generating a task name would probably be best as methods in the task interface: https://github.com/minbrowser/min/blob/master/js/tabState/task.js I agree the animations don't really work well; it's probably fine to just get rid of them. (Moved to the other discussion) |
Beta Was this translation helpful? Give feedback.
-
I think the reorganisation of tasks is very powerful. But I have found if I have a lot of tasks opened (not collapsed), it becomes cumbersome to drag tabs into the right task using the task overlay. Good thing there is the !movetotask bang to help me!
However I am a forgetful person and often forget the exact names/indexs of my tasks. So I have quickly tied together some search result functionality to !movetotask (and also !task task switcher, as they have the same call signature/functional behaviour).
I also disabled the transition through the task overlay (L41-L46 in my branch), because I find it cumbersome, but could understand if that was put back if this makes it to the master branch. Sidenote: maybe we could have a preference in the settings "Reduce UI animations". This was also the basis for my discussion here.
Screen.Recording.2022-04-21.at.02.13.13.mov
You can check out the functionality in my feature branch fork of min (beware it is a branch based off many of my own custom commits).
Or the specific files are in this commit below:
flightmansam@d730676
Todo items:
Beta Was this translation helpful? Give feedback.
All reactions