Changes between Version 335 and Version 336 of SummerOfCode


Ignore:
Timestamp:
Oct 15, 2019, 9:44:10 PM (5 years ago)
Author:
satraul (Satryaji Aulia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v335 v336  
    113113
    114114=== Ideas ===
     115
     116==== Improving the Command Line Tool UX ==== #color
     117The 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.
     118The 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.
     119See the [https://trac.macports.org/ticket/56022 ticket].
     120
     121* Difficulty: Easy to Medium
     122* Languages: Tcl
     123* Potential mentors: ?
     124* Importance: High
    115125
    116126==== Update Orphaned Ports ==== #orphanports