Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdfnx/gh-resto

the gh cli extension of resto - `🔗 a CLI app can send pretty HTTP and API requests with TUI`
https://github.com/abdfnx/gh-resto

cli extension gh-extension github resto

Last synced: 3 months ago
JSON representation

the gh cli extension of resto - `🔗 a CLI app can send pretty HTTP and API requests with TUI`

Awesome Lists containing this project

README

        

# gh-resto - the github extension of [**resto**](https://github.com/abdfnx/resto)

> a CLI app can send pretty HTTP & API requests with TUI

this is the the github extension of [**resto**](https://github.com/abdfnx/resto), for more details refer to [**resto**](https://github.com/abdfnx/resto) repo

![demo](https://user-images.githubusercontent.com/64256993/145714018-5f03fbd7-de69-49ed-bdb2-412edc055907.gif)

## Installation

> Installation requires a minimum version (2.0.0) of the the Github CLI to support extensions.

- Install the [**GitHub CLI**](https://cli.github.com)

- then Install this extension:

```bash
gh extension install abdfnx/gh-resto
```

Installing Manually

> to install this extension **manually**, you can do these steps:

1. clone `gh-resto` repo
```bash
# git
git clone https://github.com/abdfnx/gh-resto

# github cli
gh repo clone abdfnx/gh-resto
```

2. cd to it
```bash
cd gh-resto
```

3. install it locally
```bash
gh extension install .
```

## Usage

```bash
gh resto
```