序言
github上有很多好项目,但是国内用户连github却非常的慢.每次都要用插件或者其他工具来解决. 这次自己做一个小工具,输入github原地址后,就可以自动替换为代理地址,方便大家更快速的下载.
安装
pip install cit
主要功能与用法
主要功能
- change 将目标地址转换为加速后的地址
- clone 常见的git加速,最快10M/s,有时候慢一点
- sub git子模块加速,等同于git submodule add
- get 就是单纯的下载功能
示例用法
clone功能:等效于git clone <url>
cit clone <url>
# 示例
cit clone https://github.com/solider245/cit.git
如上图所示,输入一个数字,选择一个链接即可开始下载.默认使用0.
sub功能: 等效于git submodule add <url>
cit sub <url>
# 案例
cit sub https://github.com/solider245/cit.git
逻辑和git clone一样,这里就不放图了.
get功能: 等效于wget下载 get功能会根据你的输入,智能判定下载raw文件或者release文件 使用示例:
cit get <url>
# 案例
cit get https://github.com/cheat/cheat/archive/4.2.0.zip
- 下载raw文件
下载安装包.
如上图所示,因为是使用https下载,所以速度快点惊人,如果下载速度太慢可以选择别的地址.我目前测试下来,基本都能用.
其他功能
- [x ] 常用软件下载,类似python,go等下载
- [x ] 常用系统加速,类似ubuntu或者centos等加速
- [] 其他常用功能
欢迎询问或者给我邮箱发邮件.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cit-0.4.1.tar.gz
(5.6 kB
view details)
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
cit-0.4.1-py3-none-any.whl
(7.2 kB
view details)
File details
Details for the file cit-0.4.1.tar.gz.
File metadata
- Download URL: cit-0.4.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.8.6 Linux/4.19.128-microsoft-standard
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f34a7329eac0cfbf6869f7d580c7872291df64c753d3428722f9fb129185ff9
|
|
| MD5 |
bd692961f5d17452bcaa09c40f6cc412
|
|
| BLAKE2b-256 |
954bc238debaec36c7bfde856fc88a36c8602f20941802cdc51b9f9963aa4d1c
|
File details
Details for the file cit-0.4.1-py3-none-any.whl.
File metadata
- Download URL: cit-0.4.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.8.6 Linux/4.19.128-microsoft-standard
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d757f3e33b56e7884d11eaf8ff5e15c8f124faa72db4fdb9684fc69e2047aad
|
|
| MD5 |
6326ab5bfe96de44718cea8b6ff3601b
|
|
| BLAKE2b-256 |
5719eee8a866db1cc3966ea5ca72cfa147d59979fa66ebbee971561db4db4ccb
|