tooka 1.1.1

A fast, rule-based CLI tool for organizing your files
1
2
3
4
5
6
7
pub mod file_match;
pub mod file_ops;

#[cfg(test)]
mod file_match_tests;
#[cfg(test)]
mod file_ops_tests;