Skip to content

vitor-augusto1/tgorq

Repository files navigation

Terminal GO ReQuest ( TGORQ)

A Vim-like lightweight CLI tool for performing HTTP requests

Features

image tgorq

  • 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 and the bubble tea framework.

Installation

Tgorq requires go to run successfully. To install, you can run the command below or download the binary from the release page.

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.