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
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Specchio-0.1.2.tar.gz.
File metadata
- Download URL: Specchio-0.1.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c928d4a7a62c5346524be9e84b11f3d2139562357964f823939d79bd499b8dc
|
|
| MD5 |
a5a4b9cfd64144e812dc0da7713056d8
|
|
| BLAKE2b-256 |
9555a5a52dca4b22860a139ba89a75411b07168bc1952b5540d08c515fee5ec9
|
File details
Details for the file Specchio-0.1.2-py2-none-any.whl.
File metadata
- Download URL: Specchio-0.1.2-py2-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c8b9e0e5face935f0df3caf6c2243917e69f4437d1ac5210836bc096e00e941
|
|
| MD5 |
e3f56a7ecfef2ba51df1c18581b62528
|
|
| BLAKE2b-256 |
e1490458e3c9702f2448effd6740c42ded980fc47e2d04cd62f5516ebda60264
|