Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
1.86k stars 81 forks source link

How to send a request? #23

Closed ajerni closed 5 months ago

ajerni commented 5 months ago

Looks good and runs in my terminal. I can configure requests, but how can I actually SEND a request?

Arjen-Runnr commented 5 months ago

With the space bar. I agree that it's not immediately obvious.

Julien-cpsn commented 5 months ago

@ajerni @Arjen-Runnr Firstly it was with ctrl + enter, but sadly it doesn't register right on some linux-based distributions... PS: ctrl + enter is still available but not shown in the help

-> https://github.com/crossterm-rs/crossterm/issues/685

ajerni commented 5 months ago

runs perfect with space - thanks a lot!