DavidPerezP124 / homebrew-git-ui-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DavidPerezP124 Git-ui-tool

Screen Shot 2022-05-26 at 19 22 29

This git TUI tool has several functions

How do I install these formulae?

brew install davidperezp124/git-ui-tool/git-ui-tool

Or brew tap davidperezp124/git-ui-tool and then brew install git-ui-tool.

then use with

git-ui-tool

By selecting any item with either right directional or enter:

Handle Hooks
  • We can manage hooks by allowing you to add with the 'a' key Screen Shot 2022-05-03 at 20 16 04 Navigate to one of the available hooks, press enter to select Screen Shot 2022-05-03 at 20 16 16 Screen Shot 2022-05-03 at 20 16 23 Edit the hook by selecting the 'e' key Screen Shot 2022-05-03 at 20 16 53 After writing and exiting vim, you see the file contents Screen Shot 2022-05-03 at 20 17 01 If you want to delete a hook, press 'd' Screen Shot 2022-05-03 at 20 24 05
Handle the commit template
  • Edit the file with 'e' Screen Shot 2022-05-03 at 20 25 59 Screen Shot 2022-05-03 at 20 26 45 Screen Shot 2022-05-03 at 20 30 53
Add custom commands

⚠️ Don't use programs that don't have static output like top, lsof, etc. They will break the app. Will add support for this in a future release.

You can create a new bash command by, selectin the Custom Commands option. Screen Shot 2022-05-26 at 19 10 27 Select 'a' to add a new command Screen Shot 2022-05-26 at 19 10 44 Press 'enter' Screen Shot 2022-05-26 at 19 10 50 Now you can press 'e' to start editing your new command Screen Shot 2022-05-26 at 19 19 20 Screen Shot 2022-05-26 at 19 19 35

Documentation

About


Languages

Language:Ruby 100.0%