{"id":46575088,"url":"https://github.com/romaintb/terminalist","last_synced_at":"2026-04-02T13:26:45.894Z","repository":{"id":309937982,"uuid":"1038106305","full_name":"romaintb/terminalist","owner":"romaintb","description":"A Todoist TUI client written in Rust","archived":false,"fork":false,"pushed_at":"2026-03-24T05:17:15.000Z","size":1250,"stargazers_count":20,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T06:36:55.435Z","etag":null,"topics":["cli","productivity","ratatui","rust","terminal","todoist","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romaintb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2025-08-14T16:20:18.000Z","updated_at":"2026-03-24T05:17:17.000Z","dependencies_parsed_at":"2025-08-14T18:27:36.413Z","dependency_job_id":"f304aa69-c378-4132-9b1f-098d13a69009","html_url":"https://github.com/romaintb/terminalist","commit_stats":null,"previous_names":["romaintb/terminalist"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/romaintb/terminalist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaintb%2Fterminalist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaintb%2Fterminalist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaintb%2Fterminalist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaintb%2Fterminalist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romaintb","download_url":"https://codeload.github.com/romaintb/terminalist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaintb%2Fterminalist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","productivity","ratatui","rust","terminal","todoist","tui"],"created_at":"2026-03-07T09:33:13.932Z","updated_at":"2026-04-02T13:26:45.889Z","avatar_url":"https://github.com/romaintb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminalist - Todoist Terminal Client\n\n[![Rust](https://img.shields.io/badge/rust-1.78%2B-orange.svg)](https://www.rust-lang.org)\n[![Build Status](https://github.com/romaintb/terminalist/workflows/CI/badge.svg)](https://github.com/romaintb/terminalist/actions)\n[![Crates.io](https://img.shields.io/crates/v/terminalist.svg)](https://crates.io/crates/terminalist)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Terminal](https://img.shields.io/badge/terminal-TUI-brightgreen.svg)](https://github.com/romaintb/terminalist)\n[![Todoist](https://img.shields.io/badge/Todoist-API-red.svg)](https://developer.todoist.com)\n\n**📖 Documentation:** [Configuration](docs/CONFIGURATION.md) | [Keyboard Shortcuts](docs/KEYBOARD_SHORTCUTS.md) | [Development](docs/DEVELOPMENT.md) | [Architecture](docs/ARCHITECTURE.md)\n\nA terminal application for interacting with Todoist, built in Rust with a modern TUI interface.\n\n\u003cimg src=\"docs/images/screenshot1.png\" width=\"48%\" alt=\"Terminalist Main Interface\"\u003e \u003cimg src=\"docs/images/screenshot2.png\" width=\"48%\" alt=\"Terminalist Project View\"\u003e\n\n## Features\n\n- ✅ **Interactive TUI Interface** - Beautiful terminal user interface with ratatui\n- ✅ **Local Data Caching** - Fast, responsive UI with in-memory SQLite storage\n- ✅ **Smart Sync** - Automatic sync on startup and manual refresh with 'r'\n- ✅ **Project Management** - Browse projects with hierarchical display\n- ✅ **Task Management** - View, navigate, complete, and create tasks\n- ✅ **Task Search** - Fast database-powered search across all tasks with '/' shortcut\n- ✅ **Keyboard \u0026 Mouse Navigation** - Efficient keyboard operation with mouse support\n- ✅ **Real-time Updates** - Create, complete, and delete tasks/projects\n- ✅ **Label Support** - View task labels with colored badges\n- ✅ **Responsive Layout** - Adapts to terminal size with smart scaling\n- ✅ **Help System** - Built-in help panel with keyboard shortcuts\n- ✅ **Configuration File** - Customizable settings via TOML configuration\n\n## Installation\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/terminalist.svg)](https://repology.org/project/terminalist/versions)\n\n### Option 1: Install from Homebrew (macOS \u0026 Linux)\n\n```bash\nbrew tap romaintb/terminalist\nbrew install terminalist\n```\n\n### Option 2: Install from AUR (Arch Linux)\n\n```bash\n# Using yay\nyay -S terminalist\n\n# Using paru\nparu -S terminalist\n\n# Or any other AUR helper\n```\n\n### Option 3: Install from Crates.io\n\n```bash\ncargo install terminalist\n```\n\n### Option 4: Build from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/romaintb/terminalist.git\ncd terminalist\n\n# Build the project\ncargo build --release\n\n# Run the application\ncargo run --release\n```\n\nThe binary will be available at `target/release/terminalist` after building.\n\n### Help Wanted: Package Maintainers\n\nWe support Homebrew for installation! For other distributions (Debian/Ubuntu, Fedora, NixOS, etc.), we're looking for help packaging Terminalist. If you're interested in maintaining a package, please open an issue or submit a PR!\n\n## Setup\n\n### 1. Get your Todoist API Token\n\n1. Go to [Todoist Integrations Settings](https://todoist.com/prefs/integrations)\n2. Find the \"API token\" section\n3. Copy your API token\n\n### 2. Set Environment Variable\n\n```bash\nexport TODOIST_API_TOKEN=your_token_here\n```\n\n### 3. (Optional) Generate Configuration File\n\n```bash\n# Generate a default config file with all available options\nterminalist --generate-config\n```\n\nThis creates a config file at `~/.config/terminalist/config.toml` with customizable settings.\n\n### 4. Run the Application\n\n```bash\nterminalist\n```\n\n## Configuration\n\nTerminalist supports customization via TOML configuration files.\n\n```bash\n# Generate a default config file with all available options\nterminalist --generate-config\n```\n\nThis creates a config file at `~/.config/terminalist/config.toml`.\n\n📖 **See [Configuration Guide](docs/CONFIGURATION.md) for detailed configuration options.**\n\n## Quick Start Controls\n\nEssential keyboard shortcuts to get started:\n\n| Key | Action |\n|-----|--------|\n| `j/k` | Navigate tasks up/down |\n| `J/K` | Navigate projects up/down |\n| `Space` | Complete task |\n| `a` | Create new task |\n| `/` | Search tasks |\n| `b` | Toggle sidebar |\n| `r` | Sync with Todoist |\n| `?` | Show help panel |\n| `q` | Quit |\n\n📖 **See [Complete Keyboard Shortcuts](docs/KEYBOARD_SHORTCUTS.md) for all available controls and interface details.**\n\n## How It Works\n\nTerminalist uses a smart sync mechanism:\n- **Fast Startup**: In-memory SQLite database for instant loading\n- **Auto Sync**: Syncs with Todoist on startup and every 5 minutes\n- **Manual Sync**: Press `r` to force refresh from Todoist\n- **Real-time Updates**: Create, modify, and delete tasks/projects immediately\n\n📖 **See [Architecture Guide](docs/ARCHITECTURE.md) for technical details.**\n\n## Contributing\n\nContributions are welcome! See [Development Guide](docs/DEVELOPMENT.md) for setup instructions and coding standards.\n\n## License\n\nThis project is open source. Feel free to modify and use as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaintb%2Fterminalist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromaintb%2Fterminalist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaintb%2Fterminalist/lists"}