Releases: lokijuhy/code-sync
Releases · lokijuhy/code-sync
v0.3.0
Added
- Added ability to edit and delete registered projects. (#5)
v0.2.1
Added
- Added description to the PyPI page. (#6)
v0.2.0 Run Startup Sync
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
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.