Commit Graph

8 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda f6a5c15eac Add TUI integration and refactor setup logic
- Introduced `RichInterface` to support Textual User Interface (TUI) functionality.
- Enhanced `Application` class to initialize and configure TUI based on arguments.
- Added `ui` module with a base `UIInterface` and `RichInterface` implementation.
- Updated argument parsing logic to handle TUI-specific options.
2025-10-30 00:32:21 -03:00
Gustavo Henrique Santos Souza de Miranda 855f367727 Add configuration management and improve argument validation logic
- Introduced `DirectoryManager` to handle configuration directory creation.
- Added `ConfigManager` with singleton design to manage config reading.
- Expanded argument validation in `Application` to refine error checks.
- Updated dependencies to include `rich`, `tomli`, and `tomli_w`.
- Adjusted setup logic to prompt users about missing configurations.
2025-10-29 19:49:20 -03:00
Gustavo Henrique Santos Souza de Miranda fac9a70548 Add argument parsing to `Application` class and integrate setup in entry point 2025-10-29 03:04:09 -03:00
Gustavo Henrique Santos Souza de Miranda 7a75126708 Introduce `Application` class and reorganize module structure 2025-10-29 00:52:27 -03:00
Gustavo Henrique Santos Souza de Miranda d8e9efd73a Update .gitignore to exclude IDE configuration files 2025-10-29 00:29:29 -03:00
Gustavo Henrique Santos Souza de Miranda 4f77d6c8b3 Add .gitignore to exclude virtual environment and build artifacts 2025-10-29 00:21:17 -03:00
Gustavo Henrique Santos Souza de Miranda 3d544adb6e Rename project files and entry point to follow consistent naming conventions. 2025-10-29 00:18:58 -03:00
Gustavo Henrique Santos Souza de Miranda b99c81ecb0 Initial Commit 2025-10-29 00:05:17 -03:00