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

Expand tilde to the users home directory #139

Merged
merged 1 commit into from Aug 21, 2020
Merged

Expand tilde to the users home directory #139

merged 1 commit into from Aug 21, 2020

Conversation

penguwin
Copy link
Member

The setURL() method will now correctly expand the tilde to the current users
home directory for inputs like this:

crypto://password@~/path/to/file

Before this change the tilde symbol got interpreted as a normal directory name.

The setURL() method will now correctly expand the tilde to the current users
home directory for inputs like this:
```
crypto://password@~/path/to/file
```

Before this change the tilde symbol got interpreted as a normal directory name.
Copy link
Member

@muesli muesli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@muesli muesli merged commit 37c62bc into master Aug 21, 2020
@muesli muesli deleted the configuration branch August 21, 2020 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants