This is a work in progress. This is very early in development.
- Syntax highlighting
- Magic scrolling
- Sub-line diffing
- Support for Atom themes
- npm install
- npm start left-file right-file
- git config --global diff.tool contrast
- git config --global difftool.contrast.cmd 'export O_PWD=$PWD; npm --prefix=/path/to/contrast start $LOCAL $REMOTE" cd /Users/slord/Git/contrast/; npm start $LOCAL $REMOTE'
- git config --global difftool.prompt false
- git difftool
- Add persistent config (preferences)
- Fix growing list of reproducible bugs
- Clean-up code (start using modules)
- Add prev/next buttons
- Change app name in menu
- Make release build
- Add ability to edit content
- Everything else