-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vahe Danielyan
committed
Jan 6, 2024
1 parent
bf35c0f
commit 93e3810
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diffdir" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
edition = "2021" | ||
authors = ["Vahe Danielyan <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,22 @@ A command line tool to compare two directories. | |
|
||
Uses hashes to compares files with the same name. Also lists the unique files for both directories. | ||
|
||
## Installation | ||
|
||
If you don't have rust installed, go ahead and [Install Rust](https://www.rust-lang.org/tools/install) | ||
|
||
Clone this repository | ||
|
||
``` | ||
git clone [email protected]:VaheDanielyan/diffdir.git | ||
``` | ||
|
||
Build and install | ||
|
||
``` | ||
cargo install --path . | ||
``` | ||
|
||
## Usage | ||
|
||
``` | ||
|
@@ -26,7 +42,7 @@ OPTIONS | |
<DIR_A> | ||
<DIR_B> | ||
VERSION | ||
v0.4.0 | ||
v0.4.1 | ||
AUTHORS | ||
Vahe Danielyan <[email protected]> | ||
|