|
shell-cmd v1.2
Recursively find files matching a regex and execute a shell command for each match.
|
Holds a parsed modification-time filter with comparison operator and day count. More...
Public Attributes | |
| bool | active = false |
| Whether this filter is enabled. | |
| CmpOp | op = CmpOp::EQ |
| Comparison direction. | |
| int | days = 0 |
| Age threshold in days. | |
Holds a parsed modification-time filter with comparison operator and day count.
| bool TimeFilter::active = false |
Whether this filter is enabled.
Definition at line 75 of file cmd.cpp.
Referenced by parse_time_filter().
| int TimeFilter::days = 0 |