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

Add support for home directory symbol ~ in file paths #74

Closed
wants to merge 1 commit into from

Conversation

ckaznable
Copy link
Contributor

I discovered that PathBuf is unable to handle paths with the ~ symbol,. To address this, I used the shellexpand crate to expand the tilde to the actual home directory path.

If any changes are needed, please let me know. Thank you for maintaining this great repository!

@ckaznable ckaznable changed the title Add support for home directory symbol (~) in file paths Add support for home directory symbol ~ in file paths May 15, 2024
@Julien-cpsn
Copy link
Owner

Closing in favor of #78

I did my own implementation of expand_tilde with the dirs crate because I will use it again in #68

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