Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn authored Feb 24, 2024
1 parent 3d2922c commit e0bb3f7
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ ATAC ⚔📩

![Demo Animation](./demo.gif)

## TOC

- [Description](#description)
- [How to use](#how-to-use)
* [Binary](#binary)
* [Compile by yourself](#compile-by-yourself)
- [Features](#features)
* [Current](#current)
* [TODO v1.0.0](#todo-v100)
* [TODO v2.0.0](#todo-v200)
- [Documentation](#documentation)
- [Technical precisions](#technical-precisions)
* [Support](#support)
* [Dependencies](#dependencies)
* [Binary size](#binary-size)
- [Contributors](#contributors)
- [License](#license)

## Description

ATAC is **A**rguably a **T**erminal **A**PI **C**lient. It is based on well known clients such as Postman, Insomnia or even Bruno, but inside your terminal without any specific graphical environment needed.
Expand All @@ -15,7 +33,7 @@ The philosophy of ATAC is to be free, account-less and offline for now and forev

## How to use

### With binary
### Binary

The binaries from the latest release can be found [here](https://github.com/Julien-cpsn/ATAC/releases/latest)

Expand Down Expand Up @@ -73,7 +91,7 @@ cargo run
- 100% response
- 100% params

### v1.0.0
### TODO v1.0.0

- **To add**
- Headers management
Expand All @@ -87,7 +105,7 @@ cargo run
- Rename request and collection
- Better keymap help on bottom right

### v2.0.0
### TODO v2.0.0

- **To add**
- Environments (maybe .env files?, with autocompletion)
Expand Down Expand Up @@ -149,4 +167,4 @@ The binary file size goes from ~4.5 MB to ~7 MB depending on the platform. I try

## License

The MIT license for this project can be seen [here](./LICENSE)
The MIT license for this project can be seen [here](./LICENSE)

0 comments on commit e0bb3f7

Please sign in to comment.