broot 1.6.2

A new file manager
Documentation
1
2
3
4
5
6
7
8
/// operators combining patterns
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum PatternOperator {
    And,
    Or,
    Not,
}