ks-image-compare 0.1.0

Compare images with ease
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

watchexec --clear=reset \
  './build && \
   git add . && \
   echo "changes in source code:" && \
   git --no-pager diff --cached && \
   echo "" && echo "new files:"  && \
   git status --porcelain \
'