-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
Feature: Pickers chain #618
Comments
I actually find it hilarious how many people like the You can easily start a new picker with an action. Just close that picker and do Right now its really hard to wrap my head around this workflow with the current state of telescope. And i am not sure if this is the most important enhancement. And i actually think #213 is a way more fun thing todo. I know you spend a lot of time writing these issues but i need to think about it more. Thanks tho :) And i hope my answer isn't that all over the place. Its kinda late 😆 |
@Conni2461 thanks for your response. Combine pickers can work if we will can disable one of them on the fly. If not then it will not work. I don't know about architecture details of telescope and it just pure idea. Don't get me wrong please. I just want to solve more regular cases with telescope which I really appreciate. So imagine you want to copy few commits from one branch to another. Could you please design the way how to do it with telescope? If we will combine commits and branches to one instance it will be messy. |
I just looked at it and thought hmm if i have to choose, the other thing could be more fun to implement 😆
Never thought about this and wouldn't do this in telescope (even if its implemented) because i always have done this on command line 😆 |
Get it. Maybe there is another way to do such things. |
Hello. In this request I want to describe one of feature which I would see in telescope. I called it
Pickers chain
.Pickers Chain
Imagine you are in file browser and you want to move all files from current directory and all subdirectories. But you want put all that files to one single directory to one shared level.
How
pickers chain
can help?So my Idea is to invoke
builtins.builtins
picker (list of all pickers) from any of opened picker with current context.In my example it means if invoke something like
allPickers
from file browser and from specific directory and choose needed picker than it be opened from this specific directory as well.So, here is the steps how to solve problem from my example.
file_browser
.pickers list
and choosefile_picker
.mark all
action (marked instances should be saved until you close telescope).pickers list
, choosefile_browser
.Paste
-action (ctrl-p
or something more useful).That's it. That's how
pickers chain
would work.I really don't know is it possible according to architecture of
telescope
but I hope it will be useful for a lot of people and a lot of cases.We could do cherry picking of commits this way as well or whatever you would imagine.
The text was updated successfully, but these errors were encountered: