💾 Archived View for gmn.clttr.info › sources › photo-stats.git › tree › phosta-examples.7.scd.txt captured on 2023-09-08 at 16:18:25.
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
phosta-examples(7) "phosta" "phosta Examples" # NAME phosta-examples - collection of example calls with params for *phosta*(1) # SYNOPSIS
phosta -E jpg,jpeg,tiff -D ~/Documents/stats.db -p ~/Pictures
## QUERY DATA - show image count by _model_ in 2019 grouped by month, sorted by newest month first
phosta -s model -g month -t 20190101-20191231 -o month,count
- show image count by _model_ for _make_ FUJIFILM grouped by year, ordered by year & count descending
phosta -s model -f maker=FUJIFILM -g year -o year,count
- show top 10 image count by _lens_ used the most
phosta -n 10 -s lens -o count
- show image count by camera models where the _maker_ field does not contain the term "ricoh"
phosta -s model -f maker!=ricoh
# SEE ALSO