quickswitch 0.2.3

A terminal-based tool for quickly switching between directories and files.
Documentation
1
2
3
4
5
6
pub mod events;
pub mod input_dispatcher;
pub mod layout;

// Re-export commonly used types
pub use input_dispatcher::InputDispatcher;