Skip to content

Commit

Permalink
Add example for search
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Dec 14, 2016
1 parent bdf90ab commit 053964b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Or delete a tag
$ squaretag remove me -v picture01[family,me].jpg
picture01[family,me].jpg -> picture01[family].jpg

And what would tags be good for if you couldn't search for them

$ squaretag search 'family && !me' *
picture02[family]

And if you have enough, you can simple clear all tags

$ squaretag clear *
Expand Down
5 changes: 5 additions & 0 deletions bin/squaretag
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ Or delete a tag
$ squaretag remove me -v picture01[family,me].jpg
picture01[family,me].jpg -> picture01[family].jpg
And what would tags be good for if you couldn't search for them
$ squaretag search 'family && !me' *
picture02[family]
And if you have enough, you can simple clear all tags
$ squaretag clear *
Expand Down

0 comments on commit 053964b

Please sign in to comment.