pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.49k stars 177 forks source link

Color wrapper instead of prefixer #38

Closed VojtechVitek closed 8 years ago

VojtechVitek commented 8 years ago

SUP uses https://github.com/goware/prefixer for printing the prefix on each line, but it could use wrapper instead (prefix+postfix) so we could print using a default terminal color while writing stdin input.

If we wanted, we could even let SSH sessions send us the remote terminal colors.