https://github.com/desyncr/zsh-icdiff
Easily install icdiff as a git difftool
https://github.com/desyncr/zsh-icdiff
git-difftool icdiff plugin zsh zsh-icdiff zsh-plugin
Last synced: 2 months ago
JSON representation
Easily install icdiff as a git difftool
- Host: GitHub
- URL: https://github.com/desyncr/zsh-icdiff
- Owner: desyncr
- Created: 2016-11-09T20:16:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T02:17:14.000Z (over 9 years ago)
- Last Synced: 2025-03-09T21:25:43.534Z (over 1 year ago)
- Topics: git-difftool, icdiff, plugin, zsh, zsh-icdiff, zsh-plugin
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zsh Icdiff
Wrapper around [icdiff](https://github.com/jeffkaufman/icdiff) to easily install as a antigen bundle:
antigen bundle desyncr/zsh-icdiff
This will install the bundle as well as `icdiff` from `jeffkaufman/icdiff`.
By default it'll autoconfigure `icdiff` as a git difftool.
You should be able to call icdiff function from anywhere.
## Options
`ICDIFF_OPTIONS`: Options passed to `icdiff` tool
`ICDIFF_PLUGIN_GIT_DIFFTOOL`: Whether to auto configure git to use `icdiff` as diff tool