Skip to content

Commit

Permalink
docs: Update readme about new option --subDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Jan 12, 2019
1 parent b6e345d commit 174f131
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ npm install --global --production windows-build-tools
- 'star' images in a folder like in Picasa
- move previously 'starred' images to a new folder
- delete the selected image
- handles large number of images (2000+), via paging
- handles large number of images (2000+) and sub-directories, via paging
- supports JPEG, PNG file formats
- correctly handles JPEG image orientation (from EXIF)

Expand Down Expand Up @@ -98,7 +98,9 @@ note: on Ubuntu you may need to prefix the above commands with `sudo`:

To use:

`chocolate-bars <path to image direcory>`
`chocolate-bars <path to image direcory> [--subDirs]`

where `--subDirs` means also view images in sub directories.

##### b) from the source code

Expand All @@ -123,14 +125,10 @@ To check your images:
example:

```
./go.sh ../myPhotos
./go.sh ../myPhotos --subDirs
```

To see more detailed usage info:

```
./go.sh
```
where `--subDirs` means also view images in sub directories.

### keyboard shortcuts

Expand Down

0 comments on commit 174f131

Please sign in to comment.