diff --git a/README.md b/README.md index 6d0b903..bee56bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools: **1504** +* Apps/tools: **1505** * Categories: **77** # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (51), [Git and accessories](#git) (53), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (66), [Note taking](#note-taking) (23) +* [Networking](#networking) (67), [Note taking](#note-taking) (23) * [Office tools](#office) (15), [Online search and resources](#online) (18), [Organizers and calendars](#organizers) (22) * [Package managers](#package-manager) (19), [Password managers](#password-manager) (21), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (26), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (39), [Prompts](#prompt) (14) * [RSS](#rss) (10), [Religion](#religion) (4) @@ -964,6 +964,7 @@ Utilities to display, convert and reformat Markdown files. Networks and communication tools: bandwidth monitoring, packet inspection, remote connection, VPNs, terminal sharing, etc.. * [asn](https://github.com/nitefood/asn) - Server for the following services: ASN, RPKI validity, BGP stats, IPv4v6, Prefix, URL, ASPath, Organization, IP reputation, IP geolocation, IP fingerprinting, Network recon, lookup API server, Web traceroute server. +* [ATAC](https://github.com/Julien-cpsn/ATAC) - Arguably a Terminal API Client. It is based on well-known clients such as Postman, Insomnia, or even Bruno, but inside your terminal without any specific graphical environment needed; free, account-less, and offline for now and forever. * [bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool. * [bluetuith](https://github.com/darkhz/bluetuith) - A TUI-based Bluetooth connection manager, which can interact with Bluetooth adapters and devices. It aims to be a replacement to most Bluetooth managers, like blueman. * [bore](https://github.com/ekzhang/bore) - A simple CLI tool for making tunnels to localhost. @@ -1880,7 +1881,6 @@ Web browsers with textual interface. Web development tools, including load test tools, API clients and managers, link checkers and extractors, etc.. * [ain](https://github.com/jonaslu/ain) - An HTTP API client for the terminal. -* [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. * [Ballast](https://github.com/synoet/ballast) - A simple API load testing tool that lets you compare performance snapshots of your API. * [beachpatrol](https://github.com/sebastiancarlos/beachpatrol) - A CLI tool to replace and automate your everyday web browser. * [crawley](https://github.com/s0rg/crawley) - Unix-way web crawler: crawls web pages and prints any link it can find. diff --git a/data/apps.csv b/data/apps.csv index 77903d9..8e0afb9 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1503,3 +1503,4 @@ git,gh,https://cli.github.com/,https://github.com/cli/cli,"GitHub's official too cheatsheet,tlrc,https://tldr.sh/tlrc/,https://github.com/tldr-pages/tlrc,Official tldr client written in Rust. networking,netscanner,,https://github.com/Chleba/netscanner,All-in-one network scanning tool. video,Pyutube,,https://github.com/Hetari/pyutube,A simple tool to download YouTube video shorts and playlist in just one click. +networking,ATAC,,https://github.com/Julien-cpsn/ATAC,"Arguably a Terminal API Client. It is based on well-known clients such as Postman, Insomnia, or even Bruno, but inside your terminal without any specific graphical environment needed; free, account-less, and offline for now and forever."