https://github.com/sourcepirate/capsule
Save, Download the repos you like in a capsule
https://github.com/sourcepirate/capsule
bookmark python scaffold
Last synced: 4 days ago
JSON representation
Save, Download the repos you like in a capsule
- Host: GitHub
- URL: https://github.com/sourcepirate/capsule
- Owner: sourcepirate
- Created: 2017-03-11T14:04:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T12:06:14.000Z (over 7 years ago)
- Last Synced: 2026-01-04T13:26:42.680Z (5 months ago)
- Topics: bookmark, python, scaffold
- Language: Python
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Capsule
Store and clone the github repositories you like without any commit history.
## Installation
```
pip install capsule_cli
```
## Usage
```
usage:
Save your favorite repo
capsule
These are the commands:
-----------------------------------------------------
add Adds a new url record to capsule with name
rupture Clones the urls to the specified directory
list List all saved repos
-h for help
positional arguments:
command Subcommand to run
optional arguments:
-h, --help show this help message and exit
```
## Instructions
```
#adding a repo
capsule add https://github.com/facebook/react.git
#rupture a capsule
capsule rupture react
#add help
usage: capsule [-h] [-n NAME] url
#rupture help
usage: capsule [-h] [-b BRANCH] [-rel RELEASE] [-o OUT] [-d DNAME] name
```
## License
MIT