elio 1.0.1

Terminal-native file manager with rich previews, inline images, and mouse 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;