quickswitch 0.2.3

A terminal-based tool for quickly switching between directories and files.
Documentation
1
2
3
4
5
pub mod help;
pub mod history_list;

pub use help::HistoryHelpRenderer;
pub use history_list::HistoryListRenderer;