dotfile
dotfile copied to clipboard
Simple version control made for tracking single files
`go install` might not put the binary in the user's `$PATH`. Also, should add AUR/Brew packages.
It doesn't really work - might consider using different CLI framework.
Make the following work: ``` $ dot init ~/test.txt Initialized as "test" $ dotfile diff ~/test.txt ```
Diff currently it shows the full file. It should be smarter and only show areas that change while still providing enough context to know where the changes are.