It’s awesome! I wrote a TUI for Jira for my own use, with extra stats like average time spent on tasks and counts of issues or bugs per epic. But yours looks so nice and polished—thanks for sharing your work!
johntash · 8m ago
Very cool, thanks! I'll give it a shot in the near future
Apreche · 2h ago
I am absolutely going to try this.
One question. Is there any way that if I click a JIRA link somewhere, like email or Slack, that it could open in the TUI instead of in the browser? I just can’t imagine that being possible.
turtlebits · 22m ago
Its possible- you'd have to register a new uri handler to call the TUI (it'll need to take cli args to load the link/issue), then rewrite Jira links (tampermonkey script/browser extension) to use the new uri.
numbers · 16m ago
is there something like this for Asana, I hate their UI and UX. Their keyboard shortcuts are based off `Tab` key being a "modifier" which makes absolutely no sense.
mr_mitm · 1h ago
Ha, I love this!
I have something similar for confluence. I'm the only known user though, it's probably full of bugs.
I still dont understand why there is no unified UI for a lof of ticketing systems, I'm so tired of popping into different teams and its a night and day difference between how things are configured.Just give me a kanban board.
One question. Is there any way that if I click a JIRA link somewhere, like email or Slack, that it could open in the TUI instead of in the browser? I just can’t imagine that being possible.
I have something similar for confluence. I'm the only known user though, it's probably full of bugs.
https://github.com/AdrianVollmer/Congruence
[1] https://github.com/Textualize/textual
https://textual.textualize.io/