Implement TUI - #1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an interactive Textual TUI for managing Google Tasks, launched by running
gtaskwith no arguments:tui.py,tui_widgets.py,tui.tcss) with a Lists sidebar and a task pane, plus keyboard-first navigation, mouse support, search, cursor wrap, and arrefresh that refetches all lists and taskstoday/tomorrow/custom) and list pickers, and the ability to move a task to another list on edita/e/xcontext-aware by focused pane, so they target tasks in the task pane and lists in the sidebarShift+Aadds a subtask under the selected task, rendered nested with├/└connectors and a done/total badgeview.pyand reused them in the CLIgtask loginto fall back to a fresh browser login when the cached refresh token is revoked