An open API service indexing awesome lists of open source software.

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.

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