You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request for gitk: A right-click on a filename (lower right pane: in both patch and tree view) should provide extra commands in popup-menu:
"Open" (like in git-gui on top of the diff pane)
"Explore" (open / show in platform file manger)
git-gui should also provide the "Explore" command.
(filename on top of the diff pane - and optinally in the file list pane on top left)
Hints:
On Windows the the following command opens the Explorer and points to a specific file:
explorer.exe /e,/select,"C:\path\to\file.txt"
On *nix/X11 a folder can be explored with "xdg-open DIR" (OS X: "open DIR"). It may be possible to point the file manager to a specific file by detecting the desktop environment & calling the FM directly: nautilus, konqueror, dolphin ...
The text was updated successfully, but these errors were encountered:
Feature Request for gitk: A right-click on a filename (lower right pane: in both patch and tree view) should provide extra commands in popup-menu:
"Open" (like in git-gui on top of the diff pane)
"Explore" (open / show in platform file manger)
git-gui should also provide the "Explore" command.
(filename on top of the diff pane - and optinally in the file list pane on top left)
Hints:
On Windows the the following command opens the Explorer and points to a specific file:
explorer.exe /e,/select,"C:\path\to\file.txt"
On *nix/X11 a folder can be explored with "xdg-open DIR" (OS X: "open DIR"). It may be possible to point the file manager to a specific file by detecting the desktop environment & calling the FM directly: nautilus, konqueror, dolphin ...
The text was updated successfully, but these errors were encountered: