-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
7669333
commit 2e1492a
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Photopic | ||
|
||
JPG, RAW file sorter program in terminal written golang | ||
|
||
|
||
|
||
### How to install | ||
|
||
```bash | ||
$ git clone https://github.com/whdgus906/photopic.git | ||
$ cd photopic | ||
$ go install | ||
``` | ||
|
||
|
||
|
||
### Usage | ||
|
||
```bash | ||
# Run in current filepath | ||
$ photopic | ||
|
||
# Run another filepath | ||
$ photopic YOURFILEPATH | ||
``` | ||
|
||
|
||
|
||
### Directory after runing | ||
|
||
```bash | ||
+-- /FILEPATH | ||
+-- /jpg | ||
+-- /raw | ||
``` |