term39 1.5.1

A modern, retro-styled terminal multiplexer with a classic MS-DOS aesthetic
1
2
3
4
5
6
7
8
9
mod clipboard_manager;
mod command_history;
mod command_indexer;
mod fuzzy_matcher;

pub use clipboard_manager::ClipboardManager;
pub use command_history::CommandHistory;
pub use command_indexer::CommandIndexer;
pub use fuzzy_matcher::{FuzzyMatch, FuzzyMatcher};