Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Important to note - macOS `md5` the checksum is field 4
whereas Linux `md5sum` the checksum is field 1
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Moving csv file preparation outside per-file loop.
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: .env.default
Adding default keys_of_interest value and cautions/explanations
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added array delimiter replacement for csv-formatted output
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added effective test for mdls_key in keys_of_interest.
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Added default keys_of_interest array
Added output filter functionality leveraging keys_of_interest
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Integrated functionality from mdls-parse subfunction into
mdls_files
deleted: mdls-parse
Deleted; Integrated into hash-files
Changes to be committed:
modified: hash-files
Added functionality for csv creation and writing to temp file for virtual memory persistence.
Final write function may do some validation checks and then write the temp file to its permanent output path.
Next Steps:
- Should probably package a logrotate.d conf file as well for the logs as part of the logging feature.
Initial commit
Changes to be committed:
new file: .env
Environment variables
new file: .gitignore
Added vim swap files
new file: hash-files
Barebones, mostly do-nothing.