jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 187 forks source link

streaming support (tail -F) #68

Open glensc opened 9 years ago

glensc commented 9 years ago

would be cool if sql-formatter cli tool could do streaming parsing. i.e get input regularly from tail -F and colorize it, so i could run like:

$ tail -F app/logs/test.log | vendor/bin/sql-formatter 

additionally would be cool if could control via cmdline arg, do i want only colorizing, formatting or both