Releases: lokijuhy/code-sync
Releases · lokijuhy/code-sync
v0.3.0
13 Sep 13:17
Compare
Sorry, something went wrong.
No results found
Added
Added ability to edit and delete registered projects. (#5 )
v0.2.1
01 Sep 13:30
Compare
Sorry, something went wrong.
No results found
Added
Added description to the PyPI page. (#6 )
v0.2.0 Run Startup Sync
25 Jun 16:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found