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: 6 months ago
JSON representation
the gh cli extension of resto - `🔗 a CLI app can send pretty HTTP and API requests with TUI`
- Host: GitHub
- URL: https://github.com/abdfnx/gh-resto
- Owner: abdfnx
- License: mit
- Created: 2021-12-12T07:28:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T18:57:42.000Z (over 4 years ago)
- Last Synced: 2025-02-10T22:32:40.662Z (about 1 year ago)
- Topics: cli, extension, gh-extension, github, resto
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **resto** - a CLI app to send HTTP and API requests with beautiful TUI. (Tool)
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

## 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
```