Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Correia committed Apr 12, 2019
1 parent 37e293b commit bdbce91
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
## Copy Active Pane Directory to Clipboard
## TortoiseGit 4 fman

Plugin for [fman.io](https://fman.io) interacts with Tortoise Git.
Plugin for [fman.io](https://fman.io) which interacts with Tortoise Git. It
allows the usage of some very simple commands very quickly on the current
directory.

### Usage

The default hot key set is ```<Ctrl+G>```. You can change it by assigning the
command ```list_git_commands``` to a key of your choice.
command ```list_git_commands``` to a key of your choice. Aftwerwards just click
in one of the character depending on the command.

#### Command

`List Git Commands` - This will show some commands that will open Tortoise Git
window in the current path in the selected pane.

So far the git commands available are:
- Add
- Commit
- Log
- Pull
- Push
- **A**dd
- **C**ommit
- **L**og
- **P**ull
- Pu**s**h

If you want more commands, just create a issue.
If you want more commands, just create a issue or do a pull request.

0 comments on commit bdbce91

Please sign in to comment.