Skip to content

Commit

Permalink
Added a demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanbujdea committed Mar 3, 2019
1 parent 7ac6bb5 commit 6d62251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ I made this tool for sorting the photos from my Dropbox "Camera Uploads" folder.
</pre>

Here's how my Dropbox looks:

![](filesort.gif)

# Demo
![](demo.gif)

# Usage

## Install the tool
Expand All @@ -34,18 +38,18 @@ Here's how my Dropbox looks:
## Examples:

### Sort all files by month:
`file-sort -i=month`
`sort-files -i=month`

### Sort all files from every subfolder by day:

`file-sort -i=day -r`
`sort-files -i=day -r`

### Sort all files from every subfolder by day, month, year:

`file-sort -i=day -u -i`
`sort-files -i=day -u -i`

### Move every file from every subfolder to the current folder:

`file-sort -m`
`sort-files -m`

[![Build Status](https://dev.azure.com/bogdan-tfs/PicSort/_apis/build/status/thewindev.PicSort?branchName=master)](https://dev.azure.com/bogdan-tfs/PicSort/_build/latest?definitionId=11&branchName=master)
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d62251

Please sign in to comment.