elio 1.3.0

Snappy, batteries-included terminal file manager with rich previews, inline images, bulk actions, and trash support.
Documentation
1
2
3
4
5
6
mod file_model;
mod sidebar;

pub(crate) use self::file_model::FileClass;
pub use self::file_model::{Entry, EntryKind, SortMode};
pub use self::sidebar::{SidebarItem, SidebarItemKind, SidebarRow};