Format and beautify terminal output with styled window frames, ANSI color support, and clean text export from your terminal.
Part of OffSecKit | Browser version | Unified CLI
pip install offseckit# Render terminal output with a styled window frame
nmap -sV 10.10.10.10 | osk format render
# Render from a file with a custom title
osk format render -f output.txt --title "Nmap Scan Results"
# Add line numbers
cat output.log | osk format render -n --title "Server Logs"
# Strip ANSI escape codes for clean text
cat colored-output.log | osk format strip
# Get stats about terminal output
cat output.log | osk format stats --json- Unified CLI — all OffSecKit tools in one CLI
- Browser version — terminal screenshot generator in your browser
- CLI Output Formatter Guide — blog post with tips and examples
MIT