LICENSE.md
README.md
main.py
pyproject.toml
BusinessLogic/GitManager.py
BusinessLogic/docs_helper.py
BusinessLogic/toml_helper.py
CommandLine/CommandLineAddProject.py
CommandLine/CommandLineHelp.py
CommandLine/CommandLineInteractive.py
CommandLine/CommandLineIssue.py
CommandLine/CommandLineNotes.py
CommandLine/CommandLineStatus.py
CommandLine/CommandLineVersion.py
TUI/MenuApp.py
TUI/menu_app.tcss
TUI/GitFlow/finish_feature.py
TUI/GitFlow/finish_feature.tcss
TUI/GitFlow/finish_release.py
TUI/GitFlow/finish_release.tcss
TUI/GitFlow/start_feature.py
TUI/GitFlow/start_feature.tcss
TUI/GitFlow/start_release.py
TUI/GitFlow/start_release.tcss
TUI/Help/about_gitter.py
TUI/Help/about_gitter.tcss
TUI/Help/help_menu.py
TUI/Help/markdown_viewer.py
TUI/Help/markdown_viewer.tcss
TUI/Menu/FileMenu.py
TUI/Menu/GitMenu.py
TUI/Menu/MenuBar.py
TUI/Menu/ViewMenu.py
TUI/commit/git_commit.py
TUI/commit/git_commit.tcss
TUI/commit/git_staging.py
TUI/commit/git_staging.tcss
TUI/debug/rich_log.py
TUI/documents/add.md
TUI/documents/help.md
TUI/documents/issues.md
TUI/documents/license.md
TUI/documents/notes.md
TUI/documents/raw.md
TUI/documents/status.md
TUI/documents/tui.md
TUI/documents/version.md
TUI/project/ProjectView.py
TUI/project/ReleaseNotes.py
TUI/project/ReleaseNotes.tcss
TUI/project/add_or_edit_project.py
TUI/project/add_or_edit_project.tcss
TUI/project/project_view.tcss
gitterApp.egg-info/PKG-INFO
gitterApp.egg-info/SOURCES.txt
gitterApp.egg-info/dependency_links.txt
gitterApp.egg-info/entry_points.txt
gitterApp.egg-info/requires.txt
gitterApp.egg-info/top_level.txt
model/GitLog.py
model/GitStatus.py
model/GitStatusFile.py
model/Issue.py
model/MainFile.py
model/MainFileManager.py
model/Project.py
model/Release.py
tests/test_docs_helper.py
tests/test_git_log.py
tests/test_git_manager.py
tests/test_git_status.py
tests/test_project.py
tests/test_release.py
tests/test_toml_helper.py