Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

opening things in browser #51

Closed apaleslimghost closed 5 years ago

apaleslimghost commented 5 years ago

nori creates various (github) objects that can be opened in the browser. some people's terminals support clicking on URLs to open them but we can't expect that to be universal. there should be an operation that can open a certain thing (currently PR or Project) in the browser, using the prompt to select which thing to open and probably sindresorhus/opn to do the opening. this would require support for operations that can take one of a number of input types; currently they require all of their input types to be present.

apaleslimghost commented 5 years ago

why an operation? this should be part of #49