git-open icon indicating copy to clipboard operation
git-open copied to clipboard

[Feature Request] Open a specific file

Open eval-exec opened this issue 3 years ago • 2 comments

Thanks for your git-open plugin, it helped me a lot. And I think it would be helpful to add open a file feature, for example:

$ ls
. .. .git src README.md

$ git open --file README.md # visit "https://github.com/[user]/[repo]/README.md" file on github

eval-exec avatar Oct 23 '22 14:10 eval-exec

done in https://github.com/skypesky/to-where-cli/pull/45

npm cli: https://www.npmjs.com/package/to-where-cli

skypesky avatar Jan 27 '23 08:01 skypesky