Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

chrisppy/file_compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_compare

Build Status License

CLI application for comparing files

Installation

git clone https://github.com/red-oxide/file_compare.git
cd file_compare
cargo build --release

Linux

sudo mv target/release/file_compare /usr/local/bin

OSX

sudo mv <your_download_location>/file_compare /usr/local/bin/file_compare

Windows

  • 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;

Usage

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

Options

To see options run the following:

file_compare -h

Bugs and feature requests

Please submit bugs and feature requests here. Pull requests are always welcome.

Copyright and License

(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.

About

CLI application for comparing files written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages