elio 1.0.1

Terminal-native file manager with rich previews, inline images, and mouse support.
Documentation
1
2
3
4
5
6
7
8
mod devices;
#[cfg(target_os = "linux")]
mod linux;
mod resolution;
#[cfg(test)]
mod tests;

pub(crate) use self::resolution::{build_sidebar_rows, home_dir, trash_dir};