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

Commits on Aug 16, 2020

  1. Expand tilde to the users home directory

    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.
    penguwin committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    220eeb4 View commit details
    Browse the repository at this point in the history