Michael Holloway
b1db7f1a68
Changes to be committed:
...
modified: mdlspipe
Adding defaults to script to support bot .env and nomadic usage.
10 months ago
Michael Holloway
86a47efc6e
On branch output-file
...
Changes to be committed:
renamed: hash-files -> mdlspipe
10 months ago
Michael Holloway
9ffd223048
On branch docs-minimal
...
Changes to be committed:
new file: LICENSE
bsd-2clause
new file: README.md
Basics like summary and usage guidance.
10 months ago
Mike Holloway
b069d30fa9
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Cleaning up comment lines
10 months ago
Mike Holloway
a889f1ff6f
On branch rewrite-2022-03-26
...
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)
10 months ago
Mike Holloway
fb29201bcd
Line 42 - Is this where the redundant mdls properties output comes from?
10 months ago
Mike Holloway
01faecccda
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Comment cleanup, output cleanup
10 months ago
Mike Holloway
ddc61edccd
On branch rewrite-2022-03-26
...
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...
10 months ago
Mike Holloway
33e88fba83
modified: hash-files
...
Passing mdls_value to mdls_properties as a list instead of
string variable
10 months ago
Mike Holloway
0ece9167c0
modified: hash-files
10 months ago
Mike Holloway
55be94f26a
modified: hash-files
10 months ago
Mike Holloway
ac974fff80
Still troubleshooting output
10 months ago
Mike Holloway
bbc65490d3
Can we add the IFS work now?
10 months ago
Mike Holloway
f52295c6ee
Adding echo in main to print rather than call.. whoops
10 months ago
Mike Holloway
320d899e95
Printing via function to debug main.
10 months ago
Mike Holloway
008de3f44c
Export post-invocation of mdls_per_file function should be enough
10 months ago
Mike Holloway
652e775164
Changing where array invocation is done, still sorting out array output.
10 months ago
Mike Holloway
6a57064a74
echo vs printf for proper delimiter? Let's find out
10 months ago
Mike Holloway
fb583285e5
Even more IFS-array finagling
10 months ago
Mike Holloway
f71987d044
More IFS-in-array finagling
10 months ago
Mike Holloway
528bb7def0
IFS work for comma delimited arrays
10 months ago
Mike Holloway
16a6db49d9
whoops wrong bracket type.
10 months ago
Mike Holloway
2f5be070c8
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Temp csv file (re)integration
10 months ago
Mike Holloway
e21989a5c3
On branch rewrite-2022-03-26
...
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
10 months ago
Mike Holloway
60568fe7a8
Changing how mdls_properties is passed to output.
10 months ago
Mike Holloway
021d7c695a
Deref'd when I should have ref'd.
10 months ago
Mike Holloway
316f57e41f
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Constructing mdls_properties array.
10 months ago
Mike Holloway
8d391800d6
Using the wrong array reference syntax? Let's find out
10 months ago
Mike Holloway
d602c76796
....?
10 months ago
Mike Holloway
dbfe55872f
Do I have it?
10 months ago
Mike Holloway
1fd34742fe
Still getting duplicate keys. Investigating.
10 months ago
Mike Holloway
3ac7a29917
Teasing out duplicate key...
10 months ago
Mike Holloway
018d832456
Further clarification of mdls_properties list.
10 months ago
Mike Holloway
7d82f754db
Debugging duplicate MDLS Column names
10 months ago
Mike Holloway
6f6fedcb95
Reintroducing filter
10 months ago
Mike Holloway
191d690603
Investigating main for loop and evocation of mdls_per_file
10 months ago
Mike Holloway
71e228c6c2
Iteration errors? Getting duplicate MDLS property column names?
10 months ago
Mike Holloway
2a491037a0
Improving debug output for mdls values as prepared for csv lines
10 months ago
Mike Holloway
05c46480fa
On branch rewrite-2022-03-26
...
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
10 months ago
Mike Holloway
329f3a71ff
On branch rewrite-2022-03-26
...
Your branch is up to date with 'origin/rewrite-2022-03-26'.
Changes to be committed:
modified: hash-files
Select the correct md5sum field with awk.
10 months ago
Mike Holloway
986aada28f
Passing arguments to write_per_file
10 months ago
Mike Holloway
30d39a1060
Whoops, then I forgot I need dummy output for write_per_file!
10 months ago
Mike Holloway
bbc0007917
Whoops, empty function.
10 months ago
Mike Holloway
c9d13e3a25
On branch rewrite-2022-03-26
...
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.
10 months ago
Mike Holloway
f32e7b9242
On branch rewrite-2022-03-26
...
Changes to be committed:
modified: hash-files
Removing functions, refactoring, testing
10 months ago
Mike Holloway
271b922f1d
On branch parse-mdls
...
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
10 months ago
Mike Holloway
1b6e51ef70
More do-nothing function fixes
10 months ago
Mike Holloway
7d671bccc0
Whoops, do-nothing function called.
10 months ago
Mike Holloway
e012a9b50f
On branch parse-mdls
...
Your branch is up to date with 'origin/parse-mdls'.
Changes to be committed:
modified: hash-files
Write csv columns to csv file.
10 months ago
Mike Holloway
fe2d738b42
On branch parse-mdls
...
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
10 months ago