-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Added option '-a/--batch-scan' to allow scanning multiple documents in one go, prompting user in between documents (depends on option '-o/--outfile-pattern' for output file naming) - Added option '-o/--outfile-pattern' that allows specifying OUTFILE command line argument as printf-style pattern (e.g. '~/Documents/Scan_%05d.pdf') that is used to automatically determine the next available output file name by incrementing the integer part of the pattern - Reordered configuration items to better highlight which settings to use for which paper size - Removed configuration items that only make sense to be modified via command line options from configuration file ('BATCH_SCAN_DEFAULT', 'OUTFILE_PATTERN_DEFAULT', 'KEEP_TEMP_DEFAULT') - Eliminated need to 'cd' to temporary directory by adding path to temporary directory to '--batch=' template of call to 'scanimage' - Added '--' to explicitely end option parsing to all external commands that support it - Applied a few minor tweaks to printed output (wording, spacing) - Extended headers in script and configuration file to 80 characters - Reformatted 'README.md' and 'CHANGELOG.md' to be more readable when viewed in a simple text viewer/editor
- Loading branch information
Fonic
committed
Jan 14, 2024
1 parent
a3746f4
commit 4123c2e
Showing
4 changed files
with
304 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.