Skip to content

Commit

Permalink
add example query for square images
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Mar 8, 2019
1 parent efe312d commit 39e9b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Search by image dimensions:

fselect width, height, path from /home/user/photos where width gte 2000 or height gte 2000

Find square images:

fselect path from /home/user/Photos where width = height

Find old-school rap MP3 files:

fselect path from /home/user/music where genre = Rap and bitrate = 320 and mp3_year lt 2000
Expand Down

0 comments on commit 39e9b26

Please sign in to comment.