Skip to content

Ngz91/anya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍱 Anya 🍱

Terminal based HTTP client application

Anya is a lightweight TUI HTTP client application. Test GET and POST methods with or without a JSON body from your terminal.

Installation

  • Install Rust if it's not already installed in your system.
  • Clone the repository.
  • Run cargo build --release
  • The created binary should be located at ./target/release/anya.* in the cloned repository folder.

Usage

Use the following keymaps to make a request to the endpoint of choice.

Note: Since the project is in it's early stages only GET and POST methods are supported.

Keymap Action
Ctrl + x Change between layouts
Ctrl + g GET request
Ctrl + h POST request
Ctrl + l Paste from clipboard
Ctrl + k Select all text
Esc or Ctrl + q Exit

About

Terminal API test client written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages