elio 1.5.1

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
13
pub(super) use super::*;

pub(super) mod directory;
pub(super) mod directory_fingerprint;
pub(super) mod directory_stats;
pub(super) mod image;
pub(super) mod item_count;
pub(super) mod line_count;
pub(super) mod paste;
pub(super) mod pdf_probe;
pub(super) mod pdf_render;
pub(super) mod restore;
pub(super) mod trash;