Changes between Version 352 and Version 353 of SummerOfCode
- Timestamp:
- Jul 3, 2020, 3:35:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v352 v353 128 128 The output of the MacPorts command-line tool is pretty bland. This definitely could be improved by modifying the Tcl source code of the command line tool. We could have more pretty stuff for better user experience: progress bars, emojis, bold text and colored text. 129 129 The things that should be done entail (but are not exclusive to): detecting if the output channel is color-compatible (e.g. we can't color if we're outputting to a log file), figure out how to bold and color strings in Tcl (see [https://misc.flogisoft.com/bash/tip_colors_and_formatting]), also figure out the which parts of the text exactly we need to emphasise for good UX. 130 See the [https://trac.macports.org/ticket/56022 ticket].130 See #56022. 131 131 132 132 * Difficulty: Easy to Medium