I want this but for Linear
Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
11–20 of 85 posts
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#12This is a very attractive TUI. Nice job!
Agreed. I wonder if it's a custom TUI engine or leveraging a framework?
They are using Textual.
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#13Looks cool and unnecessary :)
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#14Looks cool and unnecessary :)
Looks absolutely necessary given how terrible Jira's UX is
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#15I 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.
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.
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#16is 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.
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#17It’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!
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#18Very cool, thanks! I'll give it a shot in the near future
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#19This is incredibly cool.
Re: Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
#20Brilliant. Really nice looking TUI.
One thing I noticed is that I still find myself using the mouse to click the form fields. The keyboard navigation seems to sometimes get stuck on fields and I then can't move around anymore. Is there an easy trick for jumping between the fields?