tooka 1.1.1

A fast, rule-based CLI tool for organizing your files
1
2
3
4
5
6
7
8
9
10
pub mod add;
pub mod config;
pub mod export;
pub mod list;
pub mod monitor;
pub mod remove;
pub mod sort;
pub mod template;
pub mod toggle;
pub mod validate;