Skip to main content

Specchio is a tool that can help you to rsync your file automatically, it uses `.gitignore` in git to discern which file is ignored.

Project description

Build Status Coverage Status PyPI version MIT licensed Join the chat at https://gitter.im/brickgao/specchio

Specchio is a tool that can help you to rsync your code automatically, it uses .gitignore in git to discern which file is ignored.

Install

pip install specchio

Usage

specchio [options] src/ user@host:dst/

General Options

–init-remote: Initialize remote folder, rsync all files to remote system.

Note

If you want to use specchio without decrypting private keys each time, try to use ssh-add at first.

Why I write Specchio

I write my code on my local system, and the code should run it on a remote system.

Once I try to solve this problem by using git only, I use git add, git commit and git push on my local system, and then use git pull to pull all of the code on remote system.

It solve the problem temporarily, but it generate some temporary commit message that I don’t need.

I need a tool to rsync my code and ignore file following .gitignore, so Specchio born.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Specchio-0.1.2.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

Specchio-0.1.2-py2-none-any.whl (10.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page