Skip to content

v0.2.0 Run Startup Sync

Compare
Choose a tag to compare
@lokijuhy lokijuhy released this 25 Jun 16:19
· 11 commits to master since this release
0b968e7

Added

  • code_sync now runs an initial rsync upon startup before running in watch-for-changes mode, so that changes are synced right away. (#4)
  • Added a verbose flag that prints the rsync and watchmedo shell commands for help in debugging. (#4)

Fixed

  • Fixed an issue where using command line args did not work because the port number was set as the local dir. (#4)
  • Fixed an issue where local dir paths were not expanded, and did not work if contained ~. (#4)