From 5870cf569e86b220292b5794b79c2732f23ec72c Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 2 Mar 2024 17:40:28 +0100 Subject: [PATCH] Add: TReq --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1567f4..58fe56e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools: **1451** +* Apps/tools: **1452** * Categories: **76** # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (50), [Git and accessories](#git) (51), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (61), [Note taking](#note-taking) (22) +* [Networking](#networking) (62), [Note taking](#note-taking) (22) * [Office tools](#office) (15), [Online search and resources](#online) (18), [Organizers and calendars](#organizers) (22) * [Package managers](#package-manager) (16), [Password managers](#password-manager) (20), [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) (37), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) @@ -978,6 +978,7 @@ Networks and communication tools: bandwidth monitoring, packet inspection, remot * [Termshark](https://termshark.io/) - A terminal UI for tshark, inspired by Wireshark. * [TGORQ](https://github.com/vitor-augusto1/tgorq) - Terminal GO ReQuest (TGORQ) is a Vim-like lightweight CLI tool for performing HTTP requests. * [tproxy](https://github.com/kevwan/tproxy) - A cli tool to proxy and analyze TCP connections. +* [TReq](https://github.com/talis-fb/TReq) - A CLI tool for effortless HTTP requests. * [trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool. * [TStream](https://github.com/qnkhuat/tstream) - Live streaming from the terminal. Requires the connection to a central server, from which the streaming is dispatched. * [ttfb](https://github.com/phip1611/ttfb) - ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests. diff --git a/data/apps.csv b/data/apps.csv index cf94391..407092e 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1450,3 +1450,4 @@ networking,icy_term,,https://github.com/mkrueger/icy_term,Old school ANSI/AVT te text-processing,toolong,,https://github.com/Textualize/toolong,"A terminal application to view, tail, merge, and search log files (plus JSONL)." torrent,toru,,https://github.com/sweetbbak/toru,Bittorrent streaming CLI tool to stream anime torrents in real-time with no waiting for downloads. option-picker,fuzzysh,,https://github.com/yazgoo/fuzzysh,"Minimalist selector in shell, inspired by fzf." +networking,TReq,,https://github.com/talis-fb/TReq,A CLI tool for effortless HTTP requests.