# rscribe A tool to convert between different notations and markup languages. Currently supported filetype: - JSON - YAML - TOML ## Install ```bash cargo install scribe ``` ## Usage ```bash rscribe Cargo.toml Cargo.json [ input ] [ output ] rscribe -f json Cargo.toml [format] ``` rscribe infers file formats via the extensions on the input and output paths. ## Todo - [ ] explicit format flags - [ ] batch convert a group of input files all to one output format