fsnav 0.4.0

A fast terminal file navigator with advanced features: search, preview, bookmarks, and split-pane view
1
2
3
4
5
mod exit_action;
mod file_entry;

pub use exit_action::ExitAction;
pub use file_entry::FileEntry;