git log on vim
- Shell 67.5%
- Roff 21.4%
- Makefile 11.1%
| .editorconfig | Fix formatting | |
| .gitignore | Add manpage | |
| config.mk | Add NAME to build time config | |
| glo.1.in | Use NAME macro for manpage | |
| glo.sh | Add c flag documentation. | |
| LICENSE | Git log on vim | |
| Makefile | Add NAME to build time config | |
| readme.md | Add readme | |
| Screenshot0.png | Add readme | |
| Screenshot1.png | Add readme | |
| version.mk | Bump VERSION | |
GitLog On vim
a git logs viewer for (n)vim
why ?
A small script to view git logs inside (neo)vim without relying on plugins
usage
Just run the program inside a git repo directory, if you want to view a different number of commits
then pass the -n flag with the number like so:
glo -n 80
During operation type K (capital k) over a git hash to view the diff in a new tab, q to close
the tab, Q to exit.
install
# clone the repo
git clone https://github.com/eylles/gitlog-vim
cd gitlog-vim
make install clean
credits
All credits go to NRK for originating this script in: https://nrk.neocities.org/articles/vim-gitlog