From 48dfa1d86ca0238c472c134aab21628cd5023cc0 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 20:28:19 +0200 Subject: [PATCH] Added curlie --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8b8d3..6c05a4f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1105** +* Apps/tools covered: **1106** * Number of categories: **66**. # Index @@ -40,7 +40,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (9), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (18), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (10) -* [Data management](#data-management) (25), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12) +* [Data management](#data-management) (25), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (33), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (13) * [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (6), [File listing (alternatives to ls)](#ls) (7), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10) * [Games](#games) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (31) @@ -288,6 +288,7 @@ Tools to manage tabular data files (CSV, xls, database tables, etc.). * [Clipsync](https://github.com/marcopaganini/clipsync) - Share your clipboard across multiple machines using an MQTT service. * [croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another. * [curl](https://curl.haxx.se/) - A tool and library for transferring data with URL syntax, supports a lot of protocols. +* [curlie](https://github.com/rs/curlie) - The power of curl, the ease of use of httpie. * [feuille](https://basedwa.re/tmtt/feuille.git) - A fast, dead-simple socket-based pastebin. * [ffsend](https://github.com/timvisee/ffsend) - Easily and securely share files from the command line. A fully featured Firefox Send client. * [Jitter](https://github.com/kevspau/jitter) - A repository-oriented binary manager for Linux, Jitter searches through online repository (currently only on GitHub) for releases with .tar.gz, .tgz, .zip or .AppImage assets. diff --git a/data/apps.csv b/data/apps.csv index 68207b5..6fc3a5e 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1104,3 +1104,4 @@ data-management,gron,,https://github.com/tomnomnom/gron,gron transforms JSON int file-handling,shbin,,https://github.com/Shiphero/shbin/,"Upload code snippets, notebooks, images or any other content to a Github repository that acts as your internal pastebin, and returns the URL to share it with your team." file-explorer,tere,,https://github.com/mgunyho/tere,Terminal file explorer that is a faster alternative to using cd and ls to browse folders in your terminal. diff,dyff,,https://github.com/homeport/dyff,"A diff tool for YAML files, and sometimes JSON." +transfer,curlie,,https://github.com/rs/curlie,"The power of curl, the ease of use of httpie."