@arc2898/dashcat
v1.0.1
Published
Pipe any command output to a shareable, syntax-highlighted HTML file.
Downloads
245
Readme
DashCat
Pipe any command output to a shareable, syntax-highlighted HTML file.
Install
npm install -g @arc2898/dashcatUsage
# Basic: run a command and generate HTML
dashcat "ls -la" -o index.html
# Python output
dashcat "python script.py" -l python -o result.html
# Rust output
dashcat "cargo build 2>&1" -l rust -o build.html --theme dracula
# JSON
dashcat "jq '.' data.json" -l jsonOptions
-o, --output <file>— Output HTML file (default: output.html)-l, --lang <language>— Language for syntax highlighting (default: bash)-t, --title <title>— Page title--theme <theme>— highlight.js theme (default: monokai)
Themes
Try: monokai, dracula, github-dark, nord, tokyo-night, solarized-dark
License
MIT
