Replies: 1 comment 5 replies
-
I think we have already been working on this:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On Mac, I love using warp shell. There are some things on this that I feel would be great additions to blink. Blink is already in a class of its own, completely unrivaled, but it would further set it apart it if had these features.
Warp just introduced warp drive. This allows you to create injectable templatized commands. So for instasntance, I create pulumi secrets all the time. I made a warp drive entry for it, I click on it and it auto populates the command into the input buffer. This could easily be something you type and not click, in fact a have a feature request to make warp drive more assessable to keyboard users. I rarely touch my mouse.
So this would have to be baked into the shell itself, it is not something that will work as a program on the remote host. Picture bellow of an example. It would be nice to have like a power sidebar. I know you are going for the clean look, so maybe it can be a swipe up feature, as of right now swipe up with one finger does nothing.
Warp is intelligently auto completing commands. I am not sure how hard this is to do, but man would it be nice to tab complete commands like you can with warp. Most of the time it looks like it is pulling from my history. all you have to do is press right arrow to accept the entry. 80% of the time it is very helpful.
this is not in warp, but a neat idea, and this would be a TON of work, but it would be cool if a text editor could be added to warps commands. I am a nvim fan, but any text editor would work, and then have it callable with the share screen, and allow me to open files in blink. Right now I am using a different editor, but it would be cool to have something vim like for local editing
Beta Was this translation helpful? Give feedback.
All reactions