LogosLinuxInstaller icon indicating copy to clipboard operation
LogosLinuxInstaller copied to clipboard

Beautify the CLI

Open thw26 opened this issue 1 year ago • 2 comments

Following #161 we should aim to beautify the CLI, such as making sure we have proper newlines and even adding color prompts.

Some resources:

  • https://stackoverflow.com/questions/287871/how-do-i-print-colored-text-to-the-terminal
  • https://github.com/termcolor/termcolor
  • https://sentry.io/answers/print-colored-text-to-terminal-with-python/
  • https://nochlin.com/blog/6-techniques-i-use-to-create-a-great-user-experience-for-shell-scripts

cf. https://github.com/ferion11/LogosLinuxInstaller/issues/185

thw26 avatar Sep 15 '24 00:09 thw26

Following the major refactor of #206, the CLI now works better than ever. Let's make the CLI's output beautiful now.

thw26 avatar Feb 13 '25 14:02 thw26

cf. Python Click

thw26 avatar Feb 27 '25 02:02 thw26