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
7
mod backends;
pub(crate) mod custom;
pub(crate) mod registry;
mod render;
mod syntax_manifest;

pub(crate) use self::render::render_code_preview;