RESTUI is a Terminal User Interface API client designed for testing HTTP requests directly into your terminal.
brew tap arfadmuzali/restui
brew install restui- Requirement Go 1.22 or latest
go install github.com/arfadmuzali/restui@latestgit clone https://github.com/arfadmuzali/restui.git
cd restui
go build -o restui
# Move ./restui file into your binBy default RESTUI make a config directory inside your machine, so if you want to uninstall RESTUI make sure to delete the configuration
# For Linux
$HOME/.config/restui/
# For Windows
C:\Users\<USERNAME>\AppData\Roaming\restui\
# For Mac
/Users/<USERNAME>/Library/Application Support/restui/then remove the RESTUI application here
# For Linux and Mac
$HOME/go/bin
# For Windows
C:\Users\<USERNAME>\go\binHere is what i am planning to:
- Suggestion when tping on URL
- Buffers/Tabs manager
- Cookies section
- Websocket
This project stands on the shoulders of giants:
- Bubble Tea - The wonderful TUI framework that makes this all possible
- Bubbles- Components for Bubble Tea applications
- Lip Gloss - Style definitions for nice terminal layouts
- BubbleZone - Allow us to use mouse in Bubble Tea app
This project is under active development. Features and documentation may change frequently.
