https://github.com/kartikmehta8/gits3
A CLI tool to use GitHub as storage.
https://github.com/kartikmehta8/gits3
cli git storage
Last synced: about 2 months ago
JSON representation
A CLI tool to use GitHub as storage.
- Host: GitHub
- URL: https://github.com/kartikmehta8/gits3
- Owner: kartikmehta8
- Created: 2024-07-10T18:21:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:28:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T11:55:47.009Z (over 1 year ago)
- Topics: cli, git, storage
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Storage Tool
A CLI tool to use GitHub as storage.
## Commands
- `create [--private]`: Create a new repository (optionally private).
- `add `: Add a file to a repository.
- `remove `: Remove a file from a repository.
- `list `: List files in a repository.
- `download `: Download a file from a repository.
- `visibility (--private | --public)`: Set repository visibility.
- `token `: Set GitHub token.
## Usage
1. Set your GitHub username as an environment variable:
```sh
export GITHUB_USER=your_username