I would like to improve the c2e CLI (which I am using actively instead of the GUI) by:
- replacing
argparse (and main(sys.args[1:])) with a much cleaner CLI interface click (or possibly even rich_click)
- using
rich for better feedback in the console (progress bars, colourful logs, etc.)
Let me know if anyone is interested in such changes. Otherwise I just keep them in my fork :)
I would like to improve the c2e CLI (which I am using actively instead of the GUI) by:
argparse(andmain(sys.args[1:])) with a much cleaner CLI interfaceclick(or possibly evenrich_click)richfor better feedback in the console (progress bars, colourful logs, etc.)Let me know if anyone is interested in such changes. Otherwise I just keep them in my fork :)