broot 1.56.0

File browser and launcher
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
pub enum PathAnchor {
    #[default]
    Unspecified,
    Parent,
    Directory,
}