elio 1.0.1

Terminal-native file manager with rich previews, inline images, and mouse support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod directory;
mod goto;
mod navigation;
mod preview;

use super::*;
use anyhow::{Result, anyhow, bail};
use std::{
    collections::HashMap,
    path::{Path, PathBuf},
    sync::Arc,
    time::Instant,
};

#[cfg(test)]
mod tests;