{"id":32842644,"url":"https://github.com/fulsomenko/kanban","last_synced_at":"2026-02-01T10:01:28.432Z","repository":{"id":318745052,"uuid":"1073368386","full_name":"fulsomenko/kanban","owner":"fulsomenko","description":"A terminal based project management solution","archived":false,"fork":false,"pushed_at":"2026-02-01T08:24:15.000Z","size":1880,"stargazers_count":71,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2026-02-01T09:00:14.211Z","etag":null,"topics":["agile","card","cards","kanban","kanban-board","productivity","project","project-management","projects","ratatui","rust","scrum","task","task-management","task-manager","tasks","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fulsomenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-10T02:33:46.000Z","updated_at":"2026-02-01T08:24:18.000Z","dependencies_parsed_at":"2026-01-10T23:04:41.679Z","dependency_job_id":null,"html_url":"https://github.com/fulsomenko/kanban","commit_stats":null,"previous_names":["fulsomenko/kanban"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/fulsomenko/kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulsomenko%2Fkanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulsomenko%2Fkanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulsomenko%2Fkanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulsomenko%2Fkanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulsomenko","download_url":"https://codeload.github.com/fulsomenko/kanban/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulsomenko%2Fkanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28975278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T09:57:52.632Z","status":"ssl_error","status_checked_at":"2026-02-01T09:57:49.143Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["agile","card","cards","kanban","kanban-board","productivity","project","project-management","projects","ratatui","rust","scrum","task","task-management","task-manager","tasks","terminal","tui"],"created_at":"2025-11-08T04:01:16.931Z","updated_at":"2026-02-01T10:01:28.426Z","avatar_url":"https://github.com/fulsomenko.png","language":"Rust","funding_links":[],"categories":["Productivity","Applications","💻 Apps","Table of Contents"],"sub_categories":["Note Taking and Lists","Productivity","🚀 Productivity and Utilities"],"readme":"# Kanban\n\n[![Crates.io](https://img.shields.io/crates/v/kanban-cli.svg)](https://crates.io/crates/kanban-cli)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.md)\n\nA **fast, keyboard-driven kanban tool**\n\n![Kanban Demo](demo.gif)\n\n**Inspired by**: [lazygit](https://github.com/jesseduffield/lazygit)\n\n**Made possible** by: [ratatui](https://ratatui.rs)\n\n## Features\n\n### 🎯 Core\n- **Board Management**: Create, edit, and organize multiple boards\n- **Custom Columns**: Define your own columns to match your workflow (e.g., **Todo**, **In Progress**, **Blocked**, **Done**)\n- **Rich Cards**: Cards with metadata including priority, story points, due dates, and more\n- **Card Dependencies**: Parent-child and blocking relationships between cards\n- **Keyboard-Driven**: Vim-like navigation with hjkl and context-aware shortcuts\n\n### 🚀 Productivity\n- **Search**: Find cards instantly with vim-style `/` search\n- **Undo / Redo**: Undo (`u`) and redo (`U`) any action\n- **Multiple Views**: Switch between flat list, grouped by column, or kanban board layout with `V`\n- **External Editor**: Edit in your preferred editor (emacs, nano, vim, etc.)\n\n### 📊 Organization\n- **Sprint Planning**: Plan, start and complete sprints\n- **Story Points**: Assign 1-5 point estimates with color-coded display\n- **Sorting**: Sort cards by points, priority, date, status, or position\n- **Filtering**: Filter by sprint, status, or search results\n- **Card Archiving**: Archive and restore tasks\n- **Metadata**: Organize with due dates, priority levels, and timestamps\n\n## Installation\n\n### From crates.io\n```bash\ncargo install kanban-cli\nkanban\n```\n\n### From Source\n```bash\ngit clone https://github.com/fulsomenko/kanban\ncd kanban\ncargo install --path crates/kanban-cli\n```\n\n### Using Nix\n```bash\nnix run github:fulsomenko/kanban\n```\n\n## Quick Start\n\n### TUI\n\n```bash\nkanban                 # Launch the app\nkanban myboard.json    # Load a board from file\n```\n\n**First time?**\n1. Press `n` to create a new board\n2. Press `Enter` to activate it\n3. Add cards with `n` and organize them\n4. Press `x` to export as JSON\n\n### CLI\n\n```bash\nexport KANBAN_FILE=myboard.json   # Set data file\n\n# Boards\nkanban board list\nkanban board create --name \"My Project\"\n\n# Cards\nkanban card list --board-id \u003cID\u003e\nkanban card create --board-id \u003cID\u003e --column-id \u003cID\u003e --title \"New task\"\nkanban card update \u003cCARD_ID\u003e --status done --priority high\n\n# Sprints\nkanban sprint create --board-id \u003cID\u003e\nkanban sprint activate \u003cSPRINT_ID\u003e\nkanban card assign-sprint \u003cCARD_ID\u003e --sprint-id \u003cSPRINT_ID\u003e\n```\n\nAll commands output JSON. See `kanban --help` for full reference.\n\n## Multiple Views\n\nSwitch between view modes with `V`:\n- **Flat List**: See all cards in a simple list with details\n- **Grouped by Column**: Cards organized under their respective columns\n- **Kanban Board**: Classic columnar board layout for visual workflow\n\n## Usage\n\n\u003e **Tip:** Press `?` at any time to view the help menu with all available bindings for your current context.\n\n**Navigation**\n- `j`/`k` - Up/down, `h`/`l` - Previous/next column\n- `Enter` - Open card\n\n**Card list**\n- `n` - New card, `e` - Edit, `r` - Rename\n- `d` - Archive, `c` - Toggle done, `p` - Set priority\n\n**Views \u0026 Search**\n- `V` - Toggle view mode, `/` - Search\n- `t` - Sprint filter, `D` - Archived cards\n\n**Undo \u0026 Other**\n- `u` - Undo, `U` - Redo\n- `y` - Copy to clipboard, `H`/`L` - Move card left/right, `q` - Quit\n\n## Architecture\n\nBuilt with **Rust** for speed and reliability:\n\n```\ncrates/\n├── kanban-core        → Shared traits, error handling \u0026 reusable state primitives\n├── kanban-domain      → Domain models, business logic, filtering \u0026 sorting\n├── kanban-persistence → JSON storage, versioning \u0026 migrations\n├── kanban-tui         → Terminal UI with ratatui\n├── kanban-cli         → CLI entry point\n└── kanban-mcp         → Model Context Protocol server for LLM integration\n```\n\n**Key Design Patterns:**\n- **Command Pattern**: All mutations flow through domain commands for persistent tracking\n- **Immediate Saving**: Changes auto-save after each action\n- **Format Versioning**: Automatic V1→V2 migration with backup on first load\n- **Multi-Instance Support**: Last-write-wins conflict resolution for concurrent edits\n\n## Data \u0026 Persistence\n\n- **Format**: JSON-based import/export\n- **Automatic Migration**: V1 data files are automatically upgraded to V2 format on load with backup creation\n- **Multi-Instance Support**:\n  - Real-time file watching detects changes from other running instances\n  - Automatic reload when no local changes exist\n  - User prompt when local edits conflict with external changes\n  - Last-write-wins conflict resolution for concurrent edits\n- **Atomic Writes**: Crash-safe write pattern (temp file → atomic rename) prevents data corruption\n- **External Editor**: Automatically detects vim, nvim, nano, or your `$EDITOR` for editing descriptions\n- **Rich Metadata**: Timestamps, priority levels, story points, custom tags\n- **Bounded Save Queue**: Maintains a queue of up to 100 pending snapshots\n\n## Roadmap\n\n- [x] Progressive auto-save (save changes to board as you make them, not just on exit)\n- [x] Full CLI interface matching TUI operations (scriptable kanban commands)\n- [x] Card dependencies\n- [ ] Configurable keybindings\n- [ ] Audit log\n- [ ] Multiple storage backends (.md archive, SQL, MongoDB) with pluggable architecture\n- [ ] HTTP API for remote board access and programmatic control\n- [ ] Collaborative features (multi-user, sync)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development workflow, code style, and testing guidelines.\n\n## License\n\nApache 2.0 - See [LICENSE.md](LICENSE.md) for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulsomenko%2Fkanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulsomenko%2Fkanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulsomenko%2Fkanban/lists"}