File | Date | Author | Commit |
---|---|---|---|
solution | 2016-04-02 |
![]() |
[09812d] Run Far file manager from BASH |
source | 2016-04-02 |
![]() |
[03c45a] Remove some typos |
.gitattributes | 2016-04-02 |
![]() |
[09812d] Run Far file manager from BASH |
.gitignore | 2016-04-02 |
![]() |
[09812d] Run Far file manager from BASH |
CODINGSTYLE.md | 2016-11-24 |
![]() |
[3aeaa2] Correct contributing rules |
CONTRIBUTING.md | 2016-11-24 |
![]() |
[d2d5af] Add contributing rules |
README.md | 2016-04-02 |
![]() |
[4a1dce] Add 'readme' file |
When you're using Far Manager as Git
editor, you can't do it when you're using Bash (Cannot run Far from
Git Bash).
This utility allows you to fix it. Just configure your Git as follow:
[core]
editor = ~/farexec.exe /d/far/far.exe -e0:0
where
~/farexec.exe
is this utility,/d/far/far.exe
is Far file manager installation path.