Commit graph

4 commits

Author SHA1 Message Date
Paul S c7180d5863 Refactoring, color-mode, :q and ESC key
## [0.9] - 2021-05-10
### Added
- CLI-mode: It's now possible to end the program anytime with ":q" (or ESC-key) and pressing ENTER.
- CLI-mode: Colored output on traces
- New helper script "utils.py"

### Changed
- Code refactoring (get rid of global variables and constants, instead pass as arguments)
2021-05-10 18:49:30 +02:00
Paul S 8e7afcedce Return values for main-function 2021-05-07 13:15:20 +02:00
Paul S 845b7e9c9a "Browse"-button on directory-selection dialogs 2021-05-07 12:08:33 +02:00
Paul S a1c5fbf7ea Reworked "install.sh" to call "install.py"
- Reworked "install.sh" to call "install.py"
- All the functionality in "install.py"
- Launches graphical installer when called with "--gui" option: "install.sh --gui"
2021-05-06 19:40:07 +02:00