- version
- 2.1.0
- name
- file-converter
- description
- File format converter. Detect formats, convert between JSON/YAML/XML/CSV/Markdown, minify and prettify code. Commands: detect, json2yaml, yaml2json, csv2md.
- author
- BytesAgain
- homepage
- https://bytesagain.com
- source
- https://github.com/bytesagain/ai-skills
file-converter
File format utility — pretty-print or minify JSON, encode/decode URLs, hex dump files, detect file types, and show file statistics.
Commands
pretty-json
scripts/script.sh pretty-jsonminify-json
scripts/script.sh minify-jsonurl-encode
scripts/script.sh url-encodeurl-decode
scripts/script.sh url-decodehex
scripts/script.sh hexdetect
scripts/script.sh detectstats
scripts/script.sh statshelp
scripts/script.sh helpversion
scripts/script.sh versionExamples
scripts/script.sh pretty-json
scripts/script.sh minify-json
scripts/script.sh helpConfiguration
| Variable | Required | Description |
|---|---|---|
FILE_CONVERTER_DIR | No | Data directory (default: ~/.file-converter/) |
Data Storage
All data saved in ~/.file-converter/. Runs entirely on your machine.
Requirements
- bash 4.0+
- Standard Unix tools (grep, sed, awk)
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*