gh-todo
gh-todo is a command-line extension for the GitHub CLI that transforms GitHub issues into a personal task management system. Inspired by productivity expert Marc Andreessen, it organizes work into three distinct lists: Todo, Watch, and Later. The tool integrates directly with your GitHub account by creating or utilizing a dedicated repository to store tasks as issues. Users initialize the system with the gh todo init command, which sets up the required repository, optionally using a provided template or a custom name via environment variables. Adding tasks is straightforward using gh todo add, which automatically titles issues by date or allows custom scopes like yesterday, tomorrow, or specific timeframes. The extension provides simple commands to list current tasks, view specific issues in a browser, mark tasks as complete, and access the project home. It is designed for simplicity and ease of use, making it ideal for developers who want to manage their workflow without leaving the terminal while leveraging