Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/abdfnx/gh-resto
- Owner: abdfnx
- License: mit
- Created: 2021-12-12T07:28:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T18:57:42.000Z (about 3 years ago)
- Last Synced: 2024-08-03T21:02:49.885Z (5 months ago)
- Topics: cli, extension, gh-extension, github, resto
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 1
- 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
![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
```