-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: Add terminal Integration #6235
Comments
somewhat relevant #5607 |
i would call it instead of relevant: "directly related and key shortcut for proposed feature". |
+1 |
How to implement this if we decide to go ahead: https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ |
This would be a killer feature! Please implement this. |
Can you share how this will fit into your workflow? Personally, if I'm doing any dev stuff that requires a folder to be open for any length of time in cmd, it's usually because I'm working in an IDE. |
Check out this workflow from Kudu: |
I'm not sure I'm seeing the point of that. |
Here's some more arguments This would improve my productivity a lot. |
Turns out it's possible :) Test.-.Files.2023-10-25.05-33-22.mp4 |
Good, you are welcome to make PR. :) |
Sweet! Is is also possible for this to sync current folder so if you browse to another directory it auto cd's to that folder. And same if you change folder in the terminal it auto changes in the graphical view. |
Wouldn't that cause an issue if there was an operation running in the terminal? And the same for if you change the path in the terminal, |
You are right. I just really like this workflow from Kudo: https://recordit.co/C94qz5dsLa Maybe when you change the folder in the UI a new terminal opens and when you go back the previous one is still there. I understand it's a be can of worms with all the edge cases :) |
What's the Problem?
Terminal is separated.
Solution/Idea
I was thinking it would be genius to make the terminal show up at the bottom of the folder like on IntelliJ u have tabs for Debug, Terminal, Run, etc... so that our terminal would be already inside and we would know oh ok it is on "this folder" (if one is organized enough to not move too much ;).
Alternatives
Opening the terminal separately as it is done now... which equals clutter.
Priorities
Files Version
v1.5
Windows Version
11
The text was updated successfully, but these errors were encountered: