Commit graph

10 commits

Author SHA1 Message Date
Paul S eb8e536617 check if user paths from user-input exists and differs
- CLI-mode: check if user paths from user-input exists
- CLI-mode: prevent identical source and target path
2021-05-11 19:08:56 +02:00
Paul S 543a0e59f1 Disable always gui mode for production release 2021-05-10 18:53:34 +02:00
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 45535d7ff5 Set version to 0.8.1 2021-05-10 14:00:27 +02:00
Paul S b24dabf203 Show message on Ctrl+C
- CLI-mode: Show text "Programm interrupted by user." instead of error message when Ctrl+C was pressed.
- CLI-mode: Removed obsolete trace messages
2021-05-10 11:29:40 +02:00
Paul S 5852ac6b62 Installing necessary PySide2 package for GUI-mode 2021-05-07 13:16:13 +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
Paul S 5d367fa1a8 Write alias only if not already existing 2021-05-06 15:14:50 +02:00
Paul S d4327b64db Implemented same functionality as in install.sh 2021-05-05 17:21:54 +02:00