smv 0.2.0

Smart Move - An enhanced mv command with transformation capabilities
Documentation
1
2
3
4
5
6
7
mod file_explorer;
mod preview_view;
mod queue_view;

pub use file_explorer::FileExplorer;
pub use preview_view::PreviewView;
pub use queue_view::QueueView;