For a new use case, we would like to have Bluehawk operate on an input directory and take some action for every file in that input directory. If it has Bluehawk tags, we would like it to snip the file. If it does not have Bluehawk tags, we would like it to copy the file. (i.e. in the case of json where we cannot add Bluehawk tags, but we still want the file to copy to the output directory.)
This command should respect the ignore flag - i.e. we only want to take actions on files in non-ignored directories.
For a new use case, we would like to have Bluehawk operate on an input directory and take some action for every file in that input directory. If it has Bluehawk tags, we would like it to
snipthe file. If it does not have Bluehawk tags, we would like it tocopythe file. (i.e. in the case ofjsonwhere we cannot add Bluehawk tags, but we still want the file to copy to the output directory.)This command should respect the
ignoreflag - i.e. we only want to take actions on files in non-ignored directories.