All Questions
Tagged with bash coding-standards
1 question
14
votes
3
answers
682
views
When is it appropriate to use colour in a command-line application?
Currently I have a command-line application in C called btcwatch. It has a -C option that it can receive as an argument that compares the current price of Bitcoin with a price that was stored ...