diff-tool 0.1.0

A tool giving a side by side git diff view
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Diff Tool


For git diffing in the terminal

# Todo


- [ ] Remove need to cd to git repo
- [ ] Diff line wrapping
- [x] Diff scrolling
- [x] Sync diff scrolling
- [x] Dynamic line number width
- [x] Line number column text align right
- [x] Diff add header
- [ ] Staging and Commits
- [ ] Colour theme support
- [x] Bug Fix double input on windows
- [ ] Runnable from any directory (not just with a git repo)