--open option
ranyitz opened this issue · comments
Ran Yitzhaki commented
When calling qnm [module] --open
it should open the user's $EDITOR at the module's directory.
If there are multiple occurrences, we can open a list and let the user choose a module from the list, using Inquirer for example.
Ran Yitzhaki commented
you can also use https://github.com/sindresorhus/opn and https://github.com/terkelg/prompts
Ran Yitzhaki commented
closed on #33