mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

Feature: Add colored output to rbql-py (non-interactive mode) #17

Closed vdun closed 4 years ago

vdun commented 4 years ago

Currently the output of rbql-py --input ./test.csv --delim , --query 'select *' is monochrome.

mechatroner commented 4 years ago

Great idea! I am thinking about adding a special --color option that would do the trick.

mechatroner commented 4 years ago

Done! Version 0.14.0