Skip to content

Releases: lokijuhy/code-sync

v0.3.0

13 Sep 13:17
2e8d968
Compare
Choose a tag to compare

Added

  • Added ability to edit and delete registered projects. (#5)

v0.2.1

01 Sep 13:30
f5da536
Compare
Choose a tag to compare

Added

  • Added description to the PyPI page. (#6)

v0.2.0 Run Startup Sync

25 Jun 16:19
0b968e7
Compare
Choose a tag to compare

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)

Add config for easier command line usage

19 Apr 16:27
b095e78
Compare
Choose a tag to compare

Added

  • You can save and run project configurations (#2)
    • code_sync --register <project> prompts for project configuration and saves to config file
    • code_sync <project> runs code_sync with the saved project configuration
    • code_sync --list lists registered projects
    • You can also still run code_sync the old way, specifying the local_dir, remote_dir, etc manually.

v0.0.1

29 Mar 21:30
7795072
Compare
Choose a tag to compare

Initial release