TUI for Google Tasks
Project description
ggltasks - Google Tasks TUI
A lightning-fast, robust TUI for Google Tasks, built for terminal power users.
Features
- Async UI: Network requests are threaded. The app boots instantly and never freezes.
- Native Sync: Moves, completions, and deletions flawlessly sync with the official Google backend.
- Smart Timestamps: Due dates and "Last Updated" timestamps.
- Vim Navigation: Navigate entirely using
h/j/k/l.
Screenshots
Installation
Google requires you to generate a personal "Client Secret" to access your data securely.
Step 1: Get Google API Credentials
- Go to the Google Cloud Console.
- Create a New Project (e.g.,
ggltasks-cli). - Search for Google Tasks API and click Enable.
- Go to APIs & Services → Credentials.
- Click + CREATE CREDENTIALS → OAuth client ID. (Choose "Desktop app" as the Application type).
- Download the JSON file and rename it exactly to
client_secrets.json.
Step 2: Install the App
- Create a hidden config folder:
mkdir ~/.ggltasks - Move your
client_secrets.jsonfile into~/.ggltasks. - Install via pip:
pip install ggltasks
- Run the app:
ggltasks
Note: The first time you run it, a browser window will pop up asking you to log in to your Google Account. A local token is saved so you only have to do this once.
Usage
| Key | Action |
|---|---|
q |
Quit |
w |
Force Sync |
↑ / k |
Navigate Up |
↓ / j |
Navigate Down |
← / h |
Back / Switch Panels |
→ / l |
Enter Subtasks |
Shift + K |
Move Task Up |
Shift + J |
Move Task Down |
o |
Add new task/list |
d |
Delete item |
r |
Rename item |
c |
Toggle task completion |
Shift + X |
Clear Completed Tasks |
a |
Set Due Date |
i |
Edit Notes |
p |
Paste deleted task |
? |
Toggle Help Menu |
Task Status Symbols
[ ]: Pending[X]: Completed*: Has text Note(N): Number of direct subtasks[Upd: MM-DD HH:MM]: Local time the task was last updated
Known Limitations (Google Tasks API)
These are inherit limitations of the official Google Tasks API backend, not this app:
- No Times on Due Dates: The API strips specific hours/minutes off due dates, forcing them to midnight UTC. You can assign a day, but not a time.
- No Recurring Tasks: The API does not allow 3rd party apps to create or manage recurring/repeating tasks.
- Subtask Display Limits: The API allows infinitely deep subtasks (and this CLI app fully supports them). However, Google's official web/mobile apps will only display 1 level deep.
License
MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ggltasks-0.2.2.tar.gz.
File metadata
- Download URL: ggltasks-0.2.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a0473dc772109228f58b2d87f1ef2c95cf6b747018c0426dc6f5e1b02b8d054
|
|
| MD5 |
47b1aeb87d53daf81a977c340ab7693d
|
|
| BLAKE2b-256 |
da7d595fdedcf52a898fe232ba89bcc2d8d12e15270842c0c890dcbcd1c565f8
|
File details
Details for the file ggltasks-0.2.2-py3-none-any.whl.
File metadata
- Download URL: ggltasks-0.2.2-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46b6ea2466693b6ddb6769559db855299910247d63ee2efcdda867b021eb3283
|
|
| MD5 |
61b783aa075f15f597f72105fd962118
|
|
| BLAKE2b-256 |
739152d6a8c0fb7fd4626c8c61a07ac5ab0df8e8e1ac39cfc27ee3704b8476d4
|