This is a command line tool used to generate a manifest file, created as a coding test.
git clone https://github.com/bgates/mmcli.git
cd mmcli && gem build mmcli
gem install mmcli
mmcli <manifest-file-path> [-a <glob>] [-d <glob>] [-c][-h][-l]
manifest-file-path is a path to the manifest file, which is a text file containing a list of absolute file paths, each on its own line.
-a, --add i adds file paths to the manifest for any file which matches the glob pattern
-d, --delete deletes file paths from the manifest for any file which matches the glob pattern
-c, --clean cleans up the manifest file by deleting paths for any non-existent files
-h, --help displays help
-l, --list list the contents of the manifest file
rake
Bug reports and pull requests are welcome on GitHub at https://github.com/bgates/mmcli.