-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
CLI: Mac working directory and home expansion #535
Comments
Additional context sudoI tried to change the alias to include alias naps2.console="sudo /Applications/NAPS2.app/Contents/MacOS/NAPS2 console" But then it scan the sheet but then it stops with no error. I have to cancel it with Autosave with prompt for file pathI also tried to use the $ alias
naps2.console='/Applications/NAPS2.app/Contents/MacOS/NAPS2 console'
$ naps2.console -p "7320 Einzug SW 200dpi" -a Autosave with prompt with file patternat least setting autosave to use a predefined path works:
$ alias
naps2.console='/Applications/NAPS2.app/Contents/MacOS/NAPS2 console'
$ naps2.console -p "7320 Einzug SW 200dpi" -a
ll
Permissions Size User Date Modified Name
.rw-r--r-- 15,264 muescha 2025-01-22 18:02 2025-01-22-18-02-53-scan.pdf fun fact here: I don't use the BTW: It would be nice to have the new filename as an output like |
It looks like the issue is that the working directory is |
For Removing the quotes around the file path should work as long as there are no spaces. |
Thanks for the answer :) Using Full Pathnaps2.console -p "7320 Einzug SW 200dpi" -o "/Users/muescha/Documents/Personen/Muescha/test.pdf" I realized I missed the option to avoid using Use current working directoryWhen specifying Error for
|
Describe the bug
I got the error:
You don't have permission to save files at this location
To Reproduce
Steps to reproduce the behavior:
naps2.console
to.zshrc
You don't have permission to save files at this location.
Expected behavior
I do not see this error.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: