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

https://github.com/treyhunner/http-tui

HTTP API Client TUI
https://github.com/treyhunner/http-tui

Last synced: 6 months ago
JSON representation

HTTP API Client TUI

Awesome Lists containing this project

README

        

# http-tui

[![PyPI - Version](https://img.shields.io/pypi/v/http-tui.svg)](https://pypi.org/project/http-tui)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/http-tui.svg)](https://pypi.org/project/http-tui)

![Example Output](https://github.com/treyhunner/http-tui/raw/main/example.svg)

## Installation

Install with pipx (pip works too):

```console
pipx install http-tui
```

To start the app, run:

```console
http
```

## License

`http-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.