-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support for ~/ in output dir #63
Comments
yeah, there is currently no path expansion.. sure there is no message? if there is a positive message, maybe you have a file on your hdd somewhere that starts with ~/? |
Ok, apparently there was an error message, no idea why I did'nt see it last time |
okay.. nevertheless: path expansion might be nice |
here are a number of alternatives: https://stackoverflow.com/questions/54267608/expand-tilde-in-rust-path-idiomatically |
Shell expand is a good option. That allows even more customization, like |
It seems that when using ~/ in the output dir path, no screenshot is saved and no error message is produced.
It would be good to be able to use the ~ shortcut for the home directory of the user.
The text was updated successfully, but these errors were encountered: