Bug 573645 - Get the current working directory of shell process on Windows/macOS
Summary: Get the current working directory of shell process on Windows/macOS
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: terminal (show other bugs)
Version: Next   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2021-05-19 12:52 EDT by Jonah Graham CLA
Modified: 2021-05-19 14:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2021-05-19 12:52:45 EDT
There have been some new features (See Bug 563015 and Bug 453696) that make use of knowing what the current working directory in the terminal is.

However this only works on Linux, it would be nice for this to work on Windows/macOS too.

What is needed is implementation of org.eclipse.tm.terminal.connector.process.ProcessConnector.getWorkingDirectory() for all platforms.