Skip to content

offseckit/cli-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

>_ 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

About

Format and beautify terminal output with styled window frames, ANSI color support, and clean text export

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors