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

Ability to scroll response/result body and save it to file. #24

Closed MeanEYE closed 5 months ago

MeanEYE commented 5 months ago

I haven't found binding to scroll results window or ability to save response to the output file.

Julien-cpsn commented 5 months ago

Hello! You can scroll with ctrl + arrow. An option to save or copy the result does not exist for now but it will surely be added very soon. Thanks for your feedback

MeanEYE commented 5 months ago

Ah, okay, I have to Shift+Tab first before Ctrl+Arrow works. Perhaps it would make more sense to use Shift instead of Ctrl? Since Shift+Tab shifts tabs on result so users can logically assume Shift+Whatever works on results.

Julien-cpsn commented 5 months ago

Ah, okay, I have to Shift+Tab first before Ctrl+Arrow works. Perhaps it would make more sense to use Shift instead of Ctrl? Since Shift+Tab shifts tabs on result so users can logically assume Shift+Whatever works on results.

Yeah it's kind of a dumb problem. I am looking forward to refresh scrollbars directly when receiving the response but it's very subtle

MeanEYE commented 5 months ago

Am thinking the main problem, for me at least, is not knowing to which window are shortcuts related to. Some kind of highlight would help immensely.

Julien-cpsn commented 5 months ago

I am currently working on it in https://github.com/Julien-cpsn/ATAC/issues/15

MeanEYE commented 5 months ago

Great. Looking forward to it.