{"id":37161398,"url":"https://github.com/voioo/td","last_synced_at":"2026-04-24T21:00:34.561Z","repository":{"id":167835109,"uuid":"643461085","full_name":"voioo/td","owner":"voioo","description":"A simple crossplatform Todo TUI app in Golang","archived":false,"fork":false,"pushed_at":"2025-10-27T04:25:14.000Z","size":2761,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T14:58:41.384Z","etag":null,"topics":["cli","todo","todo-app"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voioo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-21T08:30:12.000Z","updated_at":"2025-09-26T19:08:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6140023b-43db-4285-8071-4832f89c9931","html_url":"https://github.com/voioo/td","commit_stats":null,"previous_names":["voioo/td"],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/voioo/td","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voioo%2Ftd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voioo%2Ftd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voioo%2Ftd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voioo%2Ftd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voioo","download_url":"https://codeload.github.com/voioo/td/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voioo%2Ftd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32240613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","todo","todo-app"],"created_at":"2026-01-14T19:12:56.435Z","updated_at":"2026-04-24T21:00:34.542Z","avatar_url":"https://github.com/voioo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# td\n\nA modern, efficient terminal-based task management application written in Go. td provides a clean and intuitive interface for managing your todo list with features like task prioritization, undo/redo operations, and data persistence.\n\n## Features\n\n- **Terminal UI**: Clean, responsive interface using Bubble Tea\n- **Task Prioritization**: Organize tasks by priority (None, Low, Medium, High)\n- **Undo/Redo**: Full undo/redo support for all operations\n- **Data Persistence**: Automatic saving to JSON file\n- **Keyboard Shortcuts**: Vim-inspired navigation\n- **Filtering**: Filter tasks by priority level\n- **Cross-platform**: Works on macOS, Linux, and Windows\n\n## Installation\n\n### macOS\n```bash\nbrew tap voioo/homebrew-tap\nbrew install td-tui\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eManual Installation\u003c/summary\u003e\n\n```bash\n# For Apple Silicon Macs:\ncurl -LO https://github.com/voioo/td/releases/latest/download/td_darwin_arm64.tar.gz\nsudo tar xf td_darwin_arm64.tar.gz -C /usr/local/bin td\n\n# For Intel Macs:\ncurl -LO https://github.com/voioo/td/releases/latest/download/td_darwin_amd64.tar.gz\nsudo tar xf td_darwin_amd64.tar.gz -C /usr/local/bin td\n```\n\u003c/details\u003e\n\n### Arch Linux\n```bash\nyay -S td-tui\n```\nor\n```bash\nparu -S td-tui\n```\nor\n```bash\ngit clone https://aur.archlinux.org/td-tui.git\ncd td-tui\nmakepkg -si\n```\n\n## Ubuntu/Debian\n```bash\ncurl -LO https://github.com/voioo/td/releases/latest/download/td_linux_amd64.tar.gz\nsudo tar xf td_linux_amd64.tar.gz -C /usr/local/bin td\n```\n\n### RHEL/Fedora/CentOS\n```bash\ncurl -LO https://github.com/voioo/td/releases/latest/download/td_linux_amd64.tar.gz\nsudo tar xf td_linux_amd64.tar.gz -C /usr/local/bin td\n```\n\n### Windows\nOpen PowerShell as Administrator and run:\n```powershell\nirm https://raw.githubusercontent.com/voioo/td/main/install.ps1 | iex\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eManual Installation\u003c/summary\u003e\n\n```powershell\n# For AMD64 systems:\nInvoke-WebRequest -Uri https://github.com/voioo/td/releases/latest/download/td_windows_amd64.zip -OutFile td.zip\nExpand-Archive td.zip -DestinationPath \"$env:LOCALAPPDATA\\Programs\\td\"\n$env:Path += \";$env:LOCALAPPDATA\\Programs\\td\"\n\n# For ARM64 systems:\nInvoke-WebRequest -Uri https://github.com/voioo/td/releases/latest/download/td_windows_arm64.zip -OutFile td.zip\nExpand-Archive td.zip -DestinationPath \"$env:LOCALAPPDATA\\Programs\\td\"\n$env:Path += \";$env:LOCALAPPDATA\\Programs\\td\"\n```\n\u003c/details\u003e\n\nYou can also check the releases page on Github and download the one you need.\n\n## Usage\n\n### Basic Operations\n\n- `a` - Add new task\n- `d` - Delete selected task\n- `enter` - Mark task as complete/incomplete\n- `→` or `l` - Edit selected task\n- `p` - Cycle task priority\n- `1-4` - Set priority directly (1=none, 2=low, 3=medium, 4=high)\n- `f` - Filter tasks by priority\n- `t` - Toggle between active/completed tasks\n\n### Navigation\n\n- `↑` or `k` - Move up\n- `↓` or `j` - Move down\n- `←` or `h` - Move left\n- `→` or `l` - Move right (or edit task)\n- `home` or `g` - Go to top\n- `end` or `G` - Go to bottom\n\n### Other\n\n- `?` - Show/hide help\n- `C` - Clear all completed tasks\n- `ctrl+u` - Undo last action\n- `ctrl+r` - Redo last action\n- `q` or `ctrl+c` - Quit\n\n### Priority Levels\n\nTasks are automatically sorted by priority (high to low) and then by creation time. The priority indicators are:\n\n- ○ - No priority\n- ● (gray) - Low priority\n- ● (yellow) - Medium priority\n- ● (red) - High priority\n\n### Configuration\n\ntd can be configured via a JSON or YAML config file at `~/.config/td/config.json` or `~/.config/td/config.yaml`:\n\n**JSON format:**\n```json\n{\n  \"data_file\": \"~/.td.json\",\n  \"theme\": {\n    \"primary_color\": \"#FF75B7\",\n    \"high_priority_color\": \"#FF0000\",\n    \"medium_priority_color\": \"#FFFF00\",\n    \"low_priority_color\": \"#00FF00\"\n  },\n  \"keymap\": {\n    \"add\": \"a\",\n    \"delete\": \"d\",\n    \"enter\": \"enter\",\n    \"quit\": \"q\"\n  }\n}\n```\n\n**YAML format:**\n```yaml\ndata_file: ~/.td.json\ntheme:\n  primary_color: \"#FF75B7\"\n  high_priority_color: \"#FF0000\"\n  medium_priority_color: \"#FFFF00\"\n  low_priority_color: \"#00FF00\"\nkeymap:\n  add: \"a\"\n  delete: \"d\"\n  enter: \"enter\"\n  quit: \"q\"\n```\n\n## Acknowledgements\n\nThis project is a derivative of [todo-cli](https://github.com/yuzuy/todo-cli), which is developed by [Ren Ogaki (yuzuy)](https://github.com/yuzuy) for the purposes of learning the Go language. The original code is licensed under the MIT License.\n\n## License\n\nThis project is released under the BSD Zero Clause License (0BSD). For more details, please refer to the [LICENSE](LICENSE) file.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoioo%2Ftd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoioo%2Ftd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoioo%2Ftd/lists"}