Skip to content

Releases: aryelgois/dotfiler

v0.2.0

13 Sep 17:10
Compare
Choose a tag to compare

Added

  • mount and umount commands support --

Changed

  • Replace mkdir -p with a more portable command
  • Refactor parsing arguments
  • init takes two optional arguments REPO_ROOT and DIR

Removed

  • Unused and duplicated code

Fixed

  • Use correct git repository when outside of it
  • Avoid using a repository at $HOME or above
  • Detect git repository when a FUSE mountpoint is in place

v0.1.0

26 Oct 21:36
Compare
Choose a tag to compare

Added

  • Implementation in shell script
    • dotfiler init
    • dotfiler mount
    • dotfiler umount
    • dotfiler add
    • dotfiler rm
  • Makefile