Skip to content
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

feat: Set the shells starting directory #432

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

donovanhubbard
Copy link
Contributor

This adds a feature that I've wanted and has been requested by others (#320) is to set the current working directory of the terminal. This is done by using the Set CWD options such as

Set CWD "/home/user"

Because of the way the parser interprets the / character the option must be quoted. Includes a check to make sure the directory is valid.

@osterman
Copy link

This is a great addition. Although if #304 were merged, it could also solve this pain point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants