Skip to content
Discussion options

You must be logged in to vote

Hi @atomdmac, you can now customize the UI of the selected row (#419). List of valid colors can be found here. The config needs to be added manually for now and will be overwritten if you run jira init again.

tui:
  selection:
    foreground: red
    background: navy
    bold: true

The changes are available in the main branch. For now you either need to compile it locally or use following methods to install. Changes will be available in the new release possibly in a few weeks.

With Golang

go install github.com/ankitpokhrel/jira-cli/cmd/jira@main

With docker

docker pull ghcr.io/ankitpokhrel/jira-cli:main

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by atomdmac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
enhancement Minor fixes or improvements
2 participants