Top "Output-formatting" questions

questions on how to output non-string objects into one or more lines of text, for instance numbers (precision, justify), or arrays (placing separators, newlines)

Bold formatting in Python console

I have defined a list in Python code. list = ['kumar','satheesh','rajan'] BOLD = '\033[1m' for i, item in enumerate(…

python console ansi output-formatting
How to get newline on every iteration in jq

I have the following file [ { "id": 1, "name": "Arthur", "age": "21" }, { "id": 2, "name": "Richard", "age": "32" } ] To display login and id together, I …

json bash newline jq output-formatting
How do I enable msysgit colored output when using console2

I'm having a hard time enabling git colored output on windows when using console2. To trick git I've already SET …

git msysgit console2 output-formatting
Update command line output

My program (which happens to be in Perl, though I don't think this question is Perl-specific) outputs status messages at …

perl backspace output-formatting