From 839ada1c660a643455be7aa375017047cbd2a187 Mon Sep 17 00:00:00 2001 From: Albert Frankfurt Date: Fri, 18 Aug 2023 23:43:18 +0300 Subject: [PATCH 1/4] Fix typo in clevercli description (#577) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2c8cca..2c650a5 100644 --- a/readme.md +++ b/readme.md @@ -330,7 +330,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [crawley](https://github.com/s0rg/crawley) - Unix-way web crawler. - [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs. - [alex](https://github.com/get-alex/alex) - Catch insensitive, inconsiderate writing. -- [clevercli](https://github.com/clevercli/clevercli) - Collection of ChatGTP powered utilities. +- [clevercli](https://github.com/clevercli/clevercli) - Collection of ChatGPT powered utilities. ### macOS From 72b83878ea1ef159700d31e333d3e28f51cf7e5a Mon Sep 17 00:00:00 2001 From: Stanislav Deviatov Date: Wed, 23 Aug 2023 13:55:33 +0200 Subject: [PATCH 2/4] Add curlie (#578) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2c650a5..e234b6a 100644 --- a/readme.md +++ b/readme.md @@ -255,6 +255,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [HTTPie](https://github.com/httpie/httpie) - A user-friendly HTTP client. - [HTTP Prompt](https://github.com/eliangcs/http-prompt) - Interactive HTTP client featuring autocomplete and syntax highlighting. - [ain](https://github.com/jonaslu/ain) - HTTP client with a simple format to organize API endpoints. +- [curlie](https://github.com/rs/curlie) - A curl frontend with the ease of use of HTTPie. ## Productivity From 1373e199eba4ef6e8032fd9a185d58f807065210 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 7 Sep 2023 18:04:47 +0200 Subject: [PATCH 3/4] Replace deprecated exa with fork --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e234b6a..63c085e 100644 --- a/readme.md +++ b/readme.md @@ -535,7 +535,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv ### Directory Listing - [alder](https://github.com/aweary/alder) - Minimal `tree` with colors. -- [exa](https://github.com/ogham/exa) - Improved version of `ls`. +- [eza](https://github.com/eza-community/eza) - Improved version of `ls`. - [tre](https://github.com/dduan/tre) - `tree` with git awareness, editor aliasing, and more. - [ll](https://github.com/antonmedv/ll) - `ls` with git status. - [lsd](https://github.com/Peltoche/lsd) - `ls` with many extra features. From 5d7deb5312c0f9bda51ccf9127849ad91465d8a8 Mon Sep 17 00:00:00 2001 From: Khaliq Date: Mon, 11 Sep 2023 22:35:59 +0800 Subject: [PATCH 4/4] Add ncp (#583) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 63c085e..5b342b9 100644 --- a/readme.md +++ b/readme.md @@ -531,6 +531,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [portal](https://github.com/ZinoKader/portal) - Send files between computers. - [shbin](https://github.com/Shiphero/shbin/) - Turn a Github repo into a pastebin. - [sharing](https://github.com/parvardegr/sharing) - Send and receive files on your mobile device. +- [ncp](https://github.com/kha7iq/ncp) - Transfer files and folders, to and from NFS servers. ### Directory Listing