Skip to content

Commit

Permalink
add attr interval to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 12, 2024
1 parent 7ae6d7b commit a2b1a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Besides based on the pathname, you can also filter based on the labels and attri
4. `tool(<tool-name>)` reveals all images that have been labeled with the tool `<tool-name>`.
For instance, `tool(Brush)` will reveal all images that have been labeled with the brush tool.
5. `attr(<attr-name>:<attr-val>)` reveals all images that have the attribute `<attr-name>` set to `<attr-val>`.
5. `attr(<attr-name>:<attr-val-min>-<attr-val-max)` reveals all images that have the attribute `<attr-name>` set between `<attr-val-min>` and `<attr-val-max>`.

Filter strings can be combined with `&&`, `||`, and `!`. For instance
- `!nolabel` corresponds to `anylabel`
Expand Down

0 comments on commit a2b1a66

Please sign in to comment.