You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I run the CLI with placeholders or with the autosave option, then I can not easy guess the file names
Describe the solution you'd like
it would be nice to have an info printed to show me the filenames created after the scan. maybe only when I use --verbose or with an --info, --fileinfo or similar options.
naps2.console -p "7320 Einzug SW 200dpi" -a -n 2 -d 10000 -v --progress --fileinfo
2025-01-22 18:50:16.079 NAPS2[19087:1510821] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.
Beginning scan...
Waiting 10000ms...
Starting scan 1 of 2...
0 page(s) scanned.
Waiting 10000ms...
Starting scan 2 of 2...
0 page(s) scanned.
created files:
- /Users/muescha/Documents/Personen/Muescha/2025-01-22-18-31-48-scan.pdf
- /Users/muescha/Documents/Personen/Muescha/2025-01-22-18-32-25-scan.pdf
Is your feature request related to a problem? Please describe.
When I run the CLI with placeholders or with the autosave option, then I can not easy guess the file names
Describe the solution you'd like
--verbose
or with an--info
,--fileinfo
or similar options.Nice to have:
--json
to get an JSON output:naps2.console -p "7320 Einzug SW 200dpi" -a -n 2 -d 10000 --fileinfo --json
Describe alternatives you've considered
I can scan it to an empty temp dir and then look what pages are there.
The text was updated successfully, but these errors were encountered: