{"id":42454907,"url":"https://github.com/jsubroto/flow","last_synced_at":"2026-01-28T08:56:17.649Z","repository":{"id":332975160,"uuid":"1130061775","full_name":"jsubroto/flow","owner":"jsubroto","description":"A keyboard-first Kanban board for your terminal workflows","archived":false,"fork":false,"pushed_at":"2026-01-16T16:01:02.000Z","size":236,"stargazers_count":95,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-17T05:10:31.239Z","etag":null,"topics":["cli","kanban","keyboard-driven","local-first","productivity","ratatui","rust","task-management","terminal","terminal-ui","tui","tui-app"],"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/jsubroto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-01-08T01:20:10.000Z","updated_at":"2026-01-16T19:42:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jsubroto/flow","commit_stats":null,"previous_names":["jsubroto/flow"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jsubroto/flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsubroto","download_url":"https://codeload.github.com/jsubroto/flow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"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","kanban","keyboard-driven","local-first","productivity","ratatui","rust","task-management","terminal","terminal-ui","tui","tui-app"],"created_at":"2026-01-28T08:56:17.116Z","updated_at":"2026-01-28T08:56:17.638Z","avatar_url":"https://github.com/jsubroto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flow\n\nA keyboard-first Kanban board in your terminal.\n\nMove work between states with a single keystroke and peek at issue descriptions without opening a browser.\n\n![Demo](./demo.gif)\n\n## Why\nOpening a browser just to move an issue is slow and breaks focus.  \n`flow` keeps the common actions fast, local, and keyboard-driven.\n\nThis project is intentionally minimal and opinionated.\n\n## Features\n- Keyboard-first Kanban board\n- Columns and cards loaded from disk (no hardcoded data)\n- One-keystroke transitions (`H` / `L`)\n- Toggle issue description (`Enter`)\n- `hjkl` **and** arrow-key navigation\n- Clean, terminal-native visuals\n- Immediate persistence on move (local mode)\n\n## Demo / Local mode\n`flow` runs in **demo mode by default**.\n\nDemo data is loaded from files on disk and can be edited directly.\nThis makes the demo representative of real usage, not a hardcoded example.\n\nDefault demo board location:\n\n```\nboards/demo/\n```\n\nTo use a persistent local board, point `FLOW_BOARD_PATH` at the board directory:\n\n```bash\nFLOW_BOARD_PATH=/path/to/board cargo run\n```\n\nLocal boards default to:\n\n```\n~/.config/flow/boards/default\n```\n\nIf you want to use the default local board path, set:\n\n```bash\nFLOW_PROVIDER=local cargo run\n```\n\n## Jira mode\nTo load issues from Jira, set:\n\n```bash\nFLOW_PROVIDER=jira\nJIRA_BASE_URL=https://your-site.atlassian.net\nJIRA_EMAIL=you@example.com\nJIRA_API_TOKEN=your_token\n```\n\nSet board ID to load column order from Jira and infer the board's filter:\n\n```bash\nJIRA_BOARD_ID=123\n```\n\nFlow will only show issues assigned to the current user in open sprints.\n\n\n## Board format\nBoards are plain files:\n\n- `board.txt` — column definitions and order\n- `cols/\u003ccolumn\u003e/order.txt` — card ordering per column\n- `cols/\u003ccolumn\u003e/\u003cID\u003e.md` — card content (Markdown)\n\nExample:\n\n```\nboards/demo/\n  board.txt\n  cols/\n    todo/\n      order.txt\n      FLOW-1.md\n      FLOW-2.md\n```\n\nThis format is:\n- human-editable\n- diff-friendly\n- resilient to partial edits\n\n## Keybindings\n- `h` / `l` **or** `←` / `→` — focus column\n- `j` / `k` **or** `↑` / `↓` — select card\n- `H` / `L` — move card left / right\n- `Enter` — toggle description\n- `r` — reload board from disk\n- `Esc` — close description / quit\n- `q` — quit\n\n## Run\n\n```bash\ncargo run\n```\n\n## Status\nEarly, but usable.\n\nThe focus is on a solid interaction model, simple persistence, and a testable core.\nExpect breaking changes as features are added.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsubroto%2Fflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsubroto%2Fflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsubroto%2Fflow/lists"}