tooka 1.0.7

A fast, rule-based CLI tool for organizing your files
1
2
3
4
5
6
7
pub mod context;
pub mod error;
pub mod report;
pub mod sorter;

#[cfg(test)]
mod sorter_tests;