Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Change from two step (invoke, print) to one step (print
invocation)
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Finally, commas in-between the mdls values!
Prepare the csv...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
mdls_properties is accumulating values. Working on resetting
per-file
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
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.