smv 0.4.1

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, FileItem};
pub use preview_view::PreviewView;
pub use queue_view::QueueView;