Copy File Path to the Clipboard (Relative) #466
Labels
feature request
Feature request
nice to have
A feature request that is nice to have (lower priority)
Milestone
When examining a given commit, sometimes you'll want to use the command line to run
git show REVISION:path/to/file
. Currently, it's easy to copy the full commit hash to the terminal for this purpose. However, if you click the button for "Copy File Path to the Clipboard" within a given commit, it gives the absolute path rather than the relative path for the repository, which is whatgit show
expects. This is relatively minor, and you can get this from the file tree anyway with some effort, but an extra option to copy the relative path in addition to the file path would be convenient since it'd be right in the git graph window next to the revisions you care about.Providing examples for a Jupyter notebook, which I wanted to inspect in my terminal since "View File at this Revision" kept trying to run the VSCode jupyter extension (which isn't working for past revisions apparently) instead of opening it as plaintext.
The text was updated successfully, but these errors were encountered: