Skip to content

Releases: pa/dotman

v0.2.0

21 Jan 07:36
Compare
Choose a tag to compare

Changelog

  • 679cb37 Moved replace directive before remote module ref
  • b957eb9 Remove version tag from replace directive
  • ad82a4f Removed replace directive in mod file
  • edffa26 Updated github action badge in readme
  • 39d0631 Updated readme with source and target path info
  • ccb3661 added tool usage and a quick video demo of the tool
  • 194e29f updated demo video and readme with examples
  • 8e54971 updated readme with go version badge
  • df9b26e updated readme with syntax highlighting and completion usage cmd
  • 0ff1550 uploaded demo video without asset

v0.1.0

16 Jan 21:11
Compare
Choose a tag to compare

Changelog

  • 37707db Added functionality to clone dotfiles locally from remote
  • ea04c36 Added functionality to copy only updated files which improves application performance
  • bb811bb Added functionality to remove files when upstream files are deleted
  • d509e22 Added functionality to update externals like vim plugins
  • 0b1f942 Added goreleaser and action release file
  • a9221ee Added more native git commands
  • ef729b2 Added more native git commit push stash
  • e15331f Added native git config command and also handled interactive command line
  • 05ddbe5 Added shell(fish|bash|zsh) completions for dotman
  • ac8b230 Removed copywrite content from go files
  • 76cb5e1 Updated description for both root and init command
  • bf3f903 Updated externals command to iterate multiple plugins in same dir
  • e15bf44 Updated git command to switch between interactive mode and normal mode
  • ebf971d first commit