broot 1.2.8

A new file manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod anchor;
mod closest;
mod from;
mod normalize;
mod special_path;

pub use {
    anchor::*,
    closest::*,
    from::*,
    normalize::*,
    special_path::*,
};