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

Resolve '~' to home directory for 'todo-file' and 'done-file' #90

Merged

Conversation

ezickler
Copy link
Contributor

This adds the ability to resolve a '~' used in the 'todo-file' and 'done-file' variable of the configuration to be resolved by the 'dirs' crate to the home directory. The path is only changed when 'dirs' can resolve the home directory, so it should be save on windows and unsupported systems.

This adds the ability to resolve a '~' used in the 'todo-file' and
'done-file' variable of the configuration to be resolved by the 'dirs'
crate to the home directory. The path is only changed when 'dirs' can
resolve the home directory, so it should be save on windows and
unsupported systems.
@VladimirMarkelov VladimirMarkelov merged commit 97e0f32 into VladimirMarkelov:master Jan 14, 2024
3 checks passed
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.

2 participants