-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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] Show current directory content in a UI panel above the terminal #14354
Comments
Great suggestion! I suspect this is the same as #5591, yea? I kinda co-opted that thread to mean "explorer in Terminal" since "terminal in explorer" was kinda impossible |
Agree completely. Would be easier to implement explorer in this product (Windows Terminal) instead of having a dependency on another product (Windows Explorer) I'm ok to mark this as a duplicate if needed. Just wanted to share the idea. Thanks! |
/dup #5591 thanks! |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
It looks terrible. |
Description of the new feature/enhancement
As a user of Windows Terminal, I often need to change directory and then immediately list contents of this directory. It would be helpful if the Windows Terminal could display current directory contents upon changing current folder, and list contents in a user interface panel just above the terminal.
A good use-case is navigating a directory that you are not familiar with or have not visited in some time.
Known Workarounds:
For PowerShell, this can be automated using an
Alias
, but it would be good to have this functionality out of box if possible. This would cover a generalized use-case for all terminal / shell types.Proposed technical implementation details (optional)
A very helpful implementation of this exists for Azure App Service Tools (Kudu) shown below:
Future Enhancements
It would be helpful to sort directory contents by default using user-defined sorting methods. For example:
DateModified Ascending/Descending
,Name
,Type
,Extension
, etc.The text was updated successfully, but these errors were encountered: