{"id":28796728,"url":"https://github.com/panter-dsd/tatuin","last_synced_at":"2026-05-13T20:32:00.049Z","repository":{"id":287581205,"uuid":"965182468","full_name":"panter-dsd/tatuin","owner":"panter-dsd","description":"Tatuin (Task Aggregator TUI for N providers)","archived":false,"fork":false,"pushed_at":"2026-05-08T04:48:14.000Z","size":7485,"stargazers_count":131,"open_issues_count":21,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-05-08T06:35:17.847Z","etag":null,"topics":["caldav","caldav-client","github-issues","gitlab-todos","ical","icalendar","obsidian","task-manager","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/panter-dsd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"panter-dsd"}},"created_at":"2025-04-12T15:41:35.000Z","updated_at":"2026-05-08T04:48:16.000Z","dependencies_parsed_at":"2025-11-30T15:04:35.310Z","dependency_job_id":null,"html_url":"https://github.com/panter-dsd/tatuin","commit_stats":null,"previous_names":["panter-dsd/obsidian-todoist-sync","panter-dsd/tatuin"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/panter-dsd/tatuin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter-dsd%2Ftatuin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter-dsd%2Ftatuin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter-dsd%2Ftatuin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter-dsd%2Ftatuin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panter-dsd","download_url":"https://codeload.github.com/panter-dsd/tatuin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter-dsd%2Ftatuin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32999215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["caldav","caldav-client","github-issues","gitlab-todos","ical","icalendar","obsidian","task-manager","todoist","tui"],"created_at":"2025-06-18T04:01:41.140Z","updated_at":"2026-05-13T20:32:00.043Z","avatar_url":"https://github.com/panter-dsd.png","language":"Rust","funding_links":["https://github.com/sponsors/panter-dsd"],"categories":["Rust","💻 Apps"],"sub_categories":["🚀 Productivity and Utilities"],"readme":"# Tatuin (Task Aggregator TUI for N providers)\n\nTatuin is a task aggregation tool that allows you to manage and track your tasks\nfrom various providers in one convenient place.\nCurrently, the project supports the next providers:\n\n| Provider name        | List | Create | Update | Delete |  Status change   |\n| -------------------- | :--: | :----: | :----: | :----: | :--------------: |\n| Obsidian             |  ✅  |   ✅   |   ✅   |   ✅   |        ✅        |\n| Todoist              |  ✅  |   ✅   |   ✅   |   ✅   | ✅\u003csup\u003e(1)\u003c/sup\u003e |\n| GitLab TODO          |  ✅  |   ❌   |   ❌   |   ❌   | ✅\u003csup\u003e(1)\u003c/sup\u003e |\n| GitHub Issues        |  ✅  |   ❌   |   ❌   |   ❌   |        ❌        |\n| iCal\u003csup\u003e(2)\u003c/sup\u003e   |  ✅  |   ❌   |   ❌   |   ❌   |        ❌        |\n| CalDav\u003csup\u003e(3)\u003c/sup\u003e |  ✅  |   ✅   |   ✅   |   ✅   |        ✅        |\n\n(1): the provider supports the only Complete/Not complete statuses\n\n(2): any provider that provides Calendar Subscription URL\n\n(3): any provider that implements CalDav protocol (NextCloud for instance)\n\nTatuin provides users with an easy-to-use Text User Interface (TUI) for viewing and managing their tasks.\n\n## Features\n\n- **Cross-provider Task Management:** Tatuin allows you to create(Todoist and Obsidian), view and manage tasks across different task management platforms.\n- **Command-line Interface (CLI):** The project is designed using a text-based interface, making it accessible from the command line.\n- **Task Filters \u0026 Status Changes:** Easily filter and update your tasks' statuses as needed.\n- **Save and load UI state:** The user can save the current view's state (selected provider, selected project, used filters) and switch between states.\n- **Theming support**: The user can choose between themes or create their own.\n\n## Quick Start\n\n### Installation\n\n1. Install via cargo\n\n   ```bash\n   cargo install tatuin\n   ~/.cargo/bin/tatuin --help\n   ```\n\n2. Install via homebrew\n\n   ```bash\n   brew install panter-dsd/tap/tatuin\n   ```\n\n### Adding New Providers\n\nTo add a new provider, use the following command:\n\n```bash\ntatuin add-provider\n```\n\nThis command will guide you through setting up the integration for the specified provider.\n\n### Task Creation and Editing support\n\nCurrently, only the Todoist and Obsidian providers support task creation and editing. The Todoist provider is out of the box, but for Obsidian,\nyou must use the [obsidian-local-rest-api](https://github.com/coddingtonbear/obsidian-local-rest-api) plugin.\nYou can find it under 'Local REST API' in Obsidian's community plugins.\nThe full information about the installation and configuration process can be found within Obsidian's UI.\nTatuin works seamlessly with both secure and insecure configurations, but note that you must install a certificate for the secure setup (refer to the [wiki](https://github.com/coddingtonbear/obsidian-web/wiki/How-do-I-get-my-browser-trust-my-Obsidian-Local-REST-API-certificate%3F) for details).\n\n#### Shortcuts (they work only when the tasks list panel is active)\n\n- a: Create a task\n- e: Edit the task under cursor\n\n### Theming Support\n\nTatuin includes theming support, allowing you to customize the application's appearance to suit your preferences. To use a new theme, download a theme file (for instance, [nord.theme](https://github.com/panter-dsd/tatuin/blob/master/assets/themes/nord.theme)) and save it into the configuration directory: `tatuin config-dir`. For example, in Linux you might place a theme file as `~/.config/tatuin/nord.theme`.\n\nYou can activate a theme at launch by using the `--theme` command-line option followed by the theme name: `tatuin --theme nord`\n\nAlternatively, to set a default theme, edit the configuration file with your favourite editor. For instance, if you like vim, use the command `vim \"$(tatuin config-dir)/settings.toml\"` and specify the theme name as follows:\n\n```toml\ntheme = \"nord\"\n```\n\nThis feature enables seamless switching between themes, offering both flexibility and a personalized experience.\n\n## Screenshots\n\n### Main window\n\n![Main screenshot](https://raw.github.com/panter-dsd/tatuin/master/assets/screenshots/main.png?raw=true \"Main screenshot\")\n\n### Create a task\n\n![Task creation dialog](https://raw.github.com/panter-dsd/tatuin/master/assets/screenshots/task_creation_dialog.png?raw=true \"Task creation dialog\")\n\n### Edit the task (Nord theme)\n\n![Task editing dialog](https://raw.github.com/panter-dsd/tatuin/master/assets/screenshots/task_editing_nord_theme.png?raw=true \"Task editing dialog\")\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Announces and Feedback\n\nYou can find announcements about new functionality on the Telegram [channel](https://t.me/tatuin_project).\nI'd be glad to receive any feedback from you.\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n---\n\nTatuin is a growing project with plans to add many more providers in future releases. Stay tuned and join us on this journey of improving task management!\n\nFor any questions or feedback, please feel free to open an issue on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanter-dsd%2Ftatuin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanter-dsd%2Ftatuin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanter-dsd%2Ftatuin/lists"}