autogit

Crates.ioautogit
lib.rsautogit
version1.1.0
sourcesrc
created_at2022-08-15 11:07:42.155949
updated_at2022-08-28 17:56:35.273109
descriptionAn interactive CLI tool to automate operations on GitHub using its API
homepage
repositoryhttps://github.com/costa86/autogit
max_upload_size
id645854
size22,719,614
Lorenzo Costa (costa86)

documentation

README

Autogit

An interactive CLI tool to automate operations on GitHub using its API

1. Features

Repositories

  1. Create
  2. Display all
  3. Delete
  4. Visit page

Gists

  1. Display all
  2. Delete
  3. Visit page

2. Demo

3. Requirements

  1. A GitHub Token
  2. Have GITHUB_TOKEN (your GitHub username) and GITHUB_USER (your GitHub Token) set as environment vars

4. Instalation

3.1 Cargo

cargo install autogit

4.2 Ready-to-use executable

OS Architecture File*
Linux x86_64 autogit
Windows x86_64 autogit.exe
./autogit
Commit count: 11

cargo fmt