CLI application for comparing files
git clone https://github.com/red-oxide/file_compare.git
cd file_compare
cargo build --release
sudo mv target/release/file_compare /usr/local/bin
sudo mv <your_download_location>/file_compare /usr/local/bin/file_compare
- Create a folder for file_compare
- search for
env
- open "edit your environment variables"
- edit
PATH
- paste folder path to the end of the string i.e.:
<path_stuff_here>;C:/file_compare;
To use file_compare, use must add it to your path. Then you can call file_compare like so:
file_compare /dir/file_input /dir/file_to_compare_against
To see options run the following:
file_compare -h
Please submit bugs and feature requests here. Pull requests are always welcome.
(C) Copyright 2015 by Chris Palmer and contributors
The list of contributors is available on GitHub.
This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See LICENSE for more information.