lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
963 stars 95 forks source link

Add option for case insensitive regex matching #487

Open 3akev opened 3 months ago

3akev commented 3 months ago

Added a new option, --pattern-case-insensitive, which adds the REG_ICASE flag to the regcomp call. It seems that currently there's no way to search with a case-insensitive regex.

I also tried documenting it in the manual page, do let me know for any changes.