fm-tui 0.2.3

FM : a file manager inspired by ranger and dired{n}{n}Config files ~/.config/fm/{n}Documentation https://github.com/qkzk/fm{n}
Documentation
1
2
3
4
5
6
7
8
9
10
//! fm: a TUI file manager inspired by ranger & dired.
//!
//! fm comes with a lot of features.
//! It aims to be easy to use and configure. All actions are accessible from the help (default bind: Shift+H).
pub mod app;
pub mod common;
pub mod config;
pub mod event;
pub mod io;
pub mod modes;