Tagged Questions
4
votes
1answer
185 views
Possible to customize Terminal context (right-click) menu?
I am making the transition to Ubuntu 10.0.04 from years of Windows. It would help if the terminal could have the right-click context menu display the copy command first in the command list, instead of ...
1
vote
1answer
131 views
Git gui here script
I want to open git gui in any folder using context menu. It something like
cd <path to folder>
git gui
in terminal.
How to add this functionality into context menu?