Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.13 KB

File metadata and controls

40 lines (26 loc) · 1.13 KB

>_ osk format

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

Install

pip install offseckit

Usage

# 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

Related

License

MIT