Google Tasks CLI A powerful command-line interface for managing Google Tasks with enhanced features and functionality which is secure and easy to use with advanced features. ๐ Features Google Tasks CLI provides a comprehensive set of features for power users who prefer working in the terminal: Basic Task Management: Add, list, update, and delete tasks Advanced Filtering: Filter tasks by status, priority, tags, and date ranges Multi-Account Support: Manage tasks across multiple Google accounts Task Deduplication: Automatically identify and remove duplicate tasks Enhanced Tagging: Extract and manage tags from task titles and descriptions Interactive Mode: Navigate tasks interactively with keyboard shortcuts Reports Generation: Generate comprehensive analytical reports on task activities Advanced Sync: Enhanced synchronization with tag processing and conflict resolution Task Recovery: Backup and restore functionality for deleted tasks External Editor Integration: Edit tasks using your preferred text editor ๐ฆ Installation Prerequisites Python 3.7 or higher A Google account with Google Tasks enabled Quick Installation (Recommended) The Easy Way (Automated Installer) This script will install the package and automatically configure your system PATH so that the gtasks command works immediately after a terminal restart. Windows (PowerShell): python - m pip install gtasks - cli; python - c " import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/sirusdas/gtasks-terminal/02689d4840bf3528f36ab26a4a129744928165ea/install.py').read()) " OR python3 - m pip install gtasks - cli; python - c " import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/sirusdas/gtasks-terminal/02689d4840bf3528f36ab26a4a129744928165ea/install.py').read()) " macOS / Linux: curl -sSL https://raw.githubusercontent.com/sirusdas/gtasks-terminal/02689d4840bf3528f36ab26a4a129744928165ea/install.py | python3 OR curl -fsSL https://raw.githubusercontent.c...
First seen: 2026-01-06 18:38
Last seen: 2026-01-06 18:38