From 0c526a84ed55102882b87ae31d7b588e3eea407d Mon Sep 17 00:00:00 2001 From: CAPOSIENA Date: Mon, 15 Apr 2024 11:22:31 +0200 Subject: [PATCH 1/3] Added ATAC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea61cc3a..92eec339 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ List of projects that provide terminal user interfaces - [burf](https://github.com/razeghi71/burf) TUI for Google Cloud Storage (GCS) - [cnTUI](https://github.com/fipso/cntui) Replay chrome requests from your terminal using curl - [csope](https://github.com/agvxov/csope) C source code browser based on cscope +- [ATAC](https://github.com/Julien-cpsn/ATAC) A feature-full TUI API client. ATAC is free, open-source, offline and account-less. - [CuTE](https://github.com/PThorpe92/CuTE) TUI to help build, execute and save curl commands, recursively download from remote sources, test your API endpoints, and mange your keys - [ddqa](https://github.com/DataDog/ddqa) Jira TUI to help with software releases - [delta](https://github.com/dandavison/delta) A syntax-highlighting pager for git, diff, and grep output. From d5ce6ea72751938a2d3c20ca8a5e7fad9e159171 Mon Sep 17 00:00:00 2001 From: Julien C <64107022+Julien-cpsn@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:23:49 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92eec339..56c5b231 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ List of projects that provide terminal user interfaces - [burf](https://github.com/razeghi71/burf) TUI for Google Cloud Storage (GCS) - [cnTUI](https://github.com/fipso/cntui) Replay chrome requests from your terminal using curl - [csope](https://github.com/agvxov/csope) C source code browser based on cscope -- [ATAC](https://github.com/Julien-cpsn/ATAC) A feature-full TUI API client. ATAC is free, open-source, offline and account-less. +- [ATAC](https://github.com/Julien-cpsn/ATAC) A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less. - [CuTE](https://github.com/PThorpe92/CuTE) TUI to help build, execute and save curl commands, recursively download from remote sources, test your API endpoints, and mange your keys - [ddqa](https://github.com/DataDog/ddqa) Jira TUI to help with software releases - [delta](https://github.com/dandavison/delta) A syntax-highlighting pager for git, diff, and grep output. From 537ea477fa80d96b927ec667aec22661fb6ff92b Mon Sep 17 00:00:00 2001 From: Julien C <64107022+Julien-cpsn@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:46:57 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c5b231..4567e1ee 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ List of projects that provide terminal user interfaces

Development

+- [ATAC](https://github.com/Julien-cpsn/ATAC) A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less. - [austin-tui](https://github.com/P403n1x87/austin-tui) The top-like text-based user interface for Austin - [burf](https://github.com/razeghi71/burf) TUI for Google Cloud Storage (GCS) - [cnTUI](https://github.com/fipso/cntui) Replay chrome requests from your terminal using curl - [csope](https://github.com/agvxov/csope) C source code browser based on cscope -- [ATAC](https://github.com/Julien-cpsn/ATAC) A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less. - [CuTE](https://github.com/PThorpe92/CuTE) TUI to help build, execute and save curl commands, recursively download from remote sources, test your API endpoints, and mange your keys - [ddqa](https://github.com/DataDog/ddqa) Jira TUI to help with software releases - [delta](https://github.com/dandavison/delta) A syntax-highlighting pager for git, diff, and grep output.