Skip to content

🗿Terminal rest client like Postman and Insomnia

License

Notifications You must be signed in to change notification settings

NathanFirmo/gorest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorest

Open Source Love PRs Welcome

Enjoy making HTTP requests in your terminal, just like you do in Insomnia.

Demo video

2024-01-21.23-30-56.mp4

Installing

Binaries available on the releases page.

Commands

Key Action
CTRL-H Go to section on the left
CTRL-J Go to section bellow
CTRL-K Go to section above
CTRL-L Go to section on the right
CTRL-N Creates a new request on the list
CTRL-Space Execute current request

Roadmap

  • Save requests locally with SQLite;
  • Allow pasting curl requests like Insomnia does;
  • Add themes;
  • Add gorest to some package managers like flatpak, snap, aur, winget, etc.