Description
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
Capability | Priority |
---|---|
This proposal will allow developers to accomplish more productivity | Must |
This proposal will allow end users to accomplish less clutter | Must |
Files Version
v1.5
Windows Version
11
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🏗 In progress
Activity
Tropix126 commentedon Sep 26, 2021
somewhat relevant #5607
Ademord commentedon Sep 26, 2021
i would call it instead of relevant: "directly related and key shortcut for proposed feature".
80avin commentedon Jan 14, 2022
+1
A better inspiration could be KDE's Dolphin File Manager which opens a terminal in lower pane on press of F4 key.
Also, when we navigate the folders through the UI, the attached terminal also changes the working directory (only when no command is running) by a
cd
command.gave92 commentedon Feb 3, 2022
How to implement this if we decide to go ahead: https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/
nielsbosma commentedon May 31, 2022
This would be a killer feature! Please implement this.
yaira2 commentedon Jul 20, 2022
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.
nielsbosma commentedon Jul 25, 2022
Check out this workflow from Kudu:
https://recordit.co/C94qz5dsLa
yaira2 commentedon Jul 28, 2022
I'm not sure I'm seeing the point of that.
nielsbosma commentedon Dec 8, 2022
Here's some more arguments
https://softwarerecs.stackexchange.com/questions/531/how-can-i-integrate-a-command-line-into-the-windows-explorer
This would improve my productivity a lot.
xmha97 commentedon Oct 21, 2023
I need terminal integration like this picture:
[-]Terminal Integration[/-][+]Feature: Add terminal Integration[/+]gave92 commentedon Oct 25, 2023
Turns out it's possible :)
Test.-.Files.2023-10-25.05-33-22.mp4
xmha97 commentedon Oct 25, 2023
Good, you are welcome to make PR. :)
nielsbosma commentedon Nov 6, 2023
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.
yaira2 commentedon Nov 6, 2023
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,
nielsbosma commentedon Nov 14, 2023
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 :)