doc-hunt
doc-hunt copied to clipboard
More detailed description of the changes
Hello,
I was looking at this and the one thing I would love to have seen is a detailed description or example of what the changes are that are tracked. Is it just the files that change? Is there a diff? Perhaps include this in the current README.md or a CHANGELOG.md so that we could see it in action with the current code?
At the moment, what is shown is only if files are added (if you track a folder), updated or deleted. I planned to add quickly a command to show a diff between two updates relying on vcs to get a better feedback. You can see here the output when a change occurs on a file for instance : https://github.com/antham/doc-hunt#part-2--tracking-changes.
I will add a demo with asciinema to have a better idea how it works.
Awesome. I did see that in part 2, but I thought it was just showing that a file changed not what changed in the file.
At the moment, it shows only that a file changed, I have to rely on a vcs to have a precise idea what changed, I planned to do that soon.