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
Is it possible to have an external command print something in the bottom status bar? For example, I am thinking of enhancing the "copy sha1 to clipboard" example to have it print something to let the user know that the action was triggered:
bind generic 9 !sh -c "echo -n %(commit) | xclip -selection c && echo Copied %(commit) to clipboard"
However, instead of hiding the tig interface and show the output along with "Press Enter to continue", it would be nice to show this in the status bar. Is there any way to do this?
The text was updated successfully, but these errors were encountered:
Is it possible to have an external command print something in the bottom status bar? For example, I am thinking of enhancing the "copy sha1 to clipboard" example to have it print something to let the user know that the action was triggered:
However, instead of hiding the tig interface and show the output along with "Press Enter to continue", it would be nice to show this in the status bar. Is there any way to do this?
The text was updated successfully, but these errors were encountered: