Skip to content

Add config for easier command line usage

Compare
Choose a tag to compare
@lokijuhy lokijuhy released this 19 Apr 16:27
· 16 commits to master since this release
b095e78

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.