TReq icon indicating copy to clipboard operation
TReq copied to clipboard

A CLI tool for effortless HTTP requests

Results 18 TReq issues
Sort by recently updated
recently updated
newest added

When new tags (releases) are published the pipeline should.... - [ ] Run all tests like CI pipeline already did - [ ] Compile TReq binary, using musl target for...

enhancement
Medium

The system does not support requesting with HTTP/2. The idea is provide this support and adding as feedback in output when using the HTTP/2. It's also wished some flag as...

enhancement
🦑 Large

Implement a Docker container setup for the CLI app with the aim of simplifying deployment and enhancing user experience. The goal is to empower users to effortlessly run the app...

good first issue

## Description To elevate the user experience, the proposal is to introduce an auto-complete feature At present, the system lacks inherent auto-completion functionality. This addition aims to assist users in...

enhancement
good first issue

Enable auto-completion with saved requests. For commands such as `run` and `inspect`, when a user types , the system should complete with the names of saved requests. That way, if...

enhancement
good first issue
🦑 Large

The current behavior of the treq command allows the execution of a request when a subcommand is omitted, potentially leading to confusion. For example, both treq GET url.com and treq...

enhancement
good first issue
Medium

To enhance the visual clarity of the output, it is proposed to implement syntax highlighting with JSON colors for both the payload and headers in the treq command. This improvement...

enhancement
🐋 X-Large

The current state of the project lacks comprehensive manual documentation for the man treq command. ## Expected Deliverables: - Inclusion of usage examples and best practices for effective utilization of...

documentation
enhancement
good first issue