https://github.com/vitor-augusto1/tgorq
CLI - Terminal GO ReQuest
https://github.com/vitor-augusto1/tgorq
cli golang terminal
Last synced: 17 days ago
JSON representation
CLI - Terminal GO ReQuest
- Host: GitHub
- URL: https://github.com/vitor-augusto1/tgorq
- Owner: vitor-augusto1
- License: mit
- Created: 2023-09-27T17:50:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T23:41:31.000Z (over 1 year ago)
- Last Synced: 2024-05-18T00:28:20.195Z (over 1 year ago)
- Topics: cli, golang, terminal
- Language: Go
- Homepage:
- Size: 2.17 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - TGORQ - Terminal GO ReQuest (TGORQ) is a Vim-like lightweight CLI tool for performing HTTP requests. (<a name="networking"></a>Networking)
- awesome-cli-apps - TGORQ - Terminal GO ReQuest (TGORQ) is a Vim-like lightweight CLI tool for performing HTTP requests. (<a name="networking"></a>Networking)
README
Terminal GO ReQuest ( TGORQ)
A Vim-like lightweight CLI tool for performing HTTP requests
# Features


* Move with keyboard short-cuts
* Lightweight
* Fast
* Save State option
* Save response to a file
# About TGORQ
Tgorq is a vim-like lightweight TUI (text-based user interface) CLI that allows you to perform fast HTTP requests.
It was built with the [go programming language](https://go.dev) and the [bubble tea framework](https://github.com/charmbracelet/bubbletea).
# Installation
Tgorq requires [go](https://go.dev) to run successfully. To install, you can run the command below or download the binary from the [release page](https://github.com/vitor-augusto1/tgorq/releases/).
```
go install github.com/vitor-augusto1/tgorq@latest
```
# Usage
```
tgorq -h
```
This will display the help manual for the tool. Here are all the flags it supports.
```
__/\\\\\\\\\\\\\\\________________________________________________________
_\///////\\\/////_________________________________________________________
_______\/\\\_________/\\\\\\\\________________________________/\\\\\\\\___
_______\/\\\________/\\\////\\\_____/\\\\\_____/\\/\\\\\\\___/\\\////\\\__
_______\/\\\_______\//\\\\\\\\\___/\\\///\\\__\/\\\/////\\\_\//\\\\\\\\\__
_______\/\\\________\///////\\\__/\\\__\//\\\_\/\\\___\///___\///////\\\__
_______\/\\\________/\\_____\\\_\//\\\__/\\\__\/\\\________________\/\\\__
_______\/\\\_______\//\\\\\\\\___\///\\\\\/___\/\\\________________\/\\\\_
_______\///_________\////////______\/////_____\///_________________\////__
A vim-like TUI (Text User Interface) that allows you to make http requests.
Example: ./tgorq [ -o | --enable-output ] [ -s | --save-state ]
Usage:
tgorq [flags]
Flags:
-o, --enable-output Stores the response body and headers in the response directory.
-h, --help help for tgorq
-s, --save-state Save the current application state.
```
# License
*tgorq* is licensed under the MIT license. Take a look at the [MIT License](https://github.com/vitor-augusto1/tgorq/blob/main/LICENSE).