Snapshots: Ignore case for listing by host or path?

Could we add an --ignore-case for listing snapshots from certain hosts or paths? We have a general naming scheme at my office, but unfortunately the case is all over the place. If I’m looking for ABC-LAPTOP, it could be all uppercase, all lower-case, ABC-laptop, etc.

I can just do ‘restic snapshots’ and then search using the terminal, but it’d be nice to be able to do something like restic snapshots --host abc-laptop --ignore-case (or something like --ihost and --ipath) and just get what I want immediately.

I’ve haven’t used tags yet, but --itag may also be useful, if tags are case-sensitive.

Just a thought!