elio 1.6.0

Snappy, batteries-included terminal file manager with rich previews, inline images, bulk actions, and trash support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod entries;
mod grid;
mod layout;
mod list;
mod preview;
mod scrollbar;
mod sidebar;

pub(super) use self::layout::render_body;

#[cfg(test)]
mod tests;