keepcosmos / terjira

Terjira is a very interactive and easy to use CLI tool for Jira.
MIT License
884 stars 38 forks source link

[feature request] custom `issue open` browser settings #38

Open msva opened 7 years ago

msva commented 7 years ago

It would be nice to have an option in ~/.terjira to specify which program should be used by terjira for issue open

keepcosmos commented 7 years ago

Is there any other option open jira site with other browser?

msva commented 7 years ago

I mean, for now, it unconditionally uses xdg-open, defined in base-cli.rb, but in some cases user would like to select exact application to open jira instance links in.

For example, "firefox" (with chromium as system default), or lynx, or w3m, or whatever :)

keepcosmos commented 7 years ago

You are right. How about give option like jira open XXX --app w3m? Can you give some advise?