feat: Add diff command

main
sudo pacman -Syu 2022-05-27 13:46:49 +07:00
parent f8c5ea2f35
commit 8214857cb9
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ go build ./cmd/dot
- [ ] Support compare directory
- [ ] Switch to use lua for neovim config
- [ ] Add diff command
- [x] Add diff command

View File

@ -41,7 +41,7 @@ var (
installAliases = []string{"i"}
updateAliases = []string{"u"}
cleanAliases = []string{"c"}
compareAliases = []string{"cmp"}
compareAliases = []string{"cmp", "diff"}
)
// denyOSes contains OS which is not supported