pathcify 0.0.1

CLI tool to recursively slugify file and directory names using dots, removing special characters and normalizing names.
Documentation
1
2
3
pub mod cli;
pub mod slug;
pub mod walker;