eichin / thok-kphotoalbum-grep

Command-line find/grep for kphotoalbum index.xml files
MIT License
2 stars 0 forks source link

avoid/warn about "future" dates #1

Closed eichin closed 11 years ago

eichin commented 11 years ago
$ kpa-grep --tag 'heron' --since friday | wc -l
0
$ kpa-grep --tag 'heron' --since 'last friday' | wc -l
233

I meant the latter, when I typed the former; --since implies past and really should interpret the arg as an intended past date.