Skip to content

Commit

Permalink
Version 0.2.0. Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkorolevxyz committed Oct 4, 2020
1 parent 3a113cf commit 21a13ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Console utility to find and delete file clones based on file hashes.

# Usage
Run `bladerunner` command with arguments
Run `bladerunner` using Java.

```shell script
java -jar bladerunner.jar [COMMAND] [OPTIONS]
```

## Run
Copies all unique files to output directory.
Expand Down Expand Up @@ -38,14 +42,10 @@ Deletes all non-unique files from given directory.
Usage: bladerunner clean [OPTIONS]

Options:
-din, --directory-in DIRECTORY Path to root directory of input
-dout, --directory-out DIRECTORY
Path to output directory
-ns, --naming-strategy [DEFAULT|DATE_MODIFIED|PHOTO_TAKEN]
Naming strategy for created files
-o, --out FILE Path to output file
-s, --silent Do not log activity
-h, --help Show this message and exit
-din, --directory-in DIRECTORY Path to root directory of input
-o, --out FILE Path to output file
-s, --silent Do not log activity
-h, --help Show this message and exit
```

## Find
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.pavelkorolev.bladerunner"
version = "0.1.0"
version = "0.2.0"

application {
mainClassName = "$group.MainKt"
Expand Down

0 comments on commit 21a13ff

Please sign in to comment.