elio 1.1.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
13
14
15
16
mod archives;
mod classify;
mod extensions;
mod license;
mod names;
mod types;

#[cfg(test)]
mod tests;

pub(crate) use self::archives::inspect_compound_archive_name;
pub(crate) use self::classify::{inspect_entry_cached, inspect_path, inspect_path_cached};
pub(crate) use self::types::{
    CodeBackend, CompoundArchiveKind, CompressionKind, CustomCodeKind, DiskImageKind,
    DocumentFormat, FileFacts, PreviewKind, PreviewSpec, StructuredFormat,
};