broot 1.6.2

A new file manager
Documentation
#[macro_use] extern crate cli_log;

pub mod app;
pub mod browser;
pub mod cli;
pub mod command;
pub mod conf;
pub mod content_search;
pub mod display;
pub mod errors;
pub mod file_sum;
pub mod flag;
pub mod git;
pub mod hex;
pub mod help;
pub mod icon;
pub mod image;
pub mod keys;
pub mod launchable;
pub mod path;
pub mod pattern;
pub mod permissions;
pub mod preview;
pub mod print;
pub mod stage;
pub mod shell_install;
pub mod skin;
pub mod syntactic;
pub mod task_sync;
pub mod tree;
pub mod tree_build;
pub mod verb;

#[cfg(unix)]
pub mod filesystems;

#[cfg(unix)]
pub mod kitty;

#[cfg(unix)]
pub mod net;