From 3130ab21f6365a2a618ffea914042a628ebfcb54 Mon Sep 17 00:00:00 2001 From: Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Thu, 21 May 2020 01:17:19 +0530 Subject: [PATCH 01/18] Add import-github-labels-cli (#386) Co-authored-by: Adam Garrett-Harris Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index db7d06a..e7af8dd 100644 --- a/readme.md +++ b/readme.md @@ -477,6 +477,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [gita](https://github.com/nosarthur/gita) - Manage multiple git repos side by side for sanity. - [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - Generate README.md files interactively. - [semantic-git-commit-cli](https://github.com/JPeer264/node-semantic-git-commit-cli) - Ensure semantic commits messages. +- [import-github-labels-cli](https://github.com/abhijithvijayan/import-github-labels-cli) - Sync labels between Github repos. ## Images From df4f65fcaef1fe68f53acb64cdec549606094dd5 Mon Sep 17 00:00:00 2001 From: Roman Voropaev Date: Fri, 22 May 2020 11:14:57 +0300 Subject: [PATCH 02/18] Add ricksay (#406) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e7af8dd..e5c07f2 100644 --- a/readme.md +++ b/readme.md @@ -523,6 +523,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [lolcat](https://github.com/busyloop/lolcat) - Outputs text in rainbow colors. - [text-meme](https://github.com/beatfreaker/text-meme-cli) - Generate text memes. - [dankcli](https://github.com/sggts04/dankcli) - Add text to meme image templates. +- [ricksay](https://github.com/roma-guru/ricksay) - Quotes from Rick and Morty. ## Other From 9b730eb169dc16912b592b8c7312fefb144139b9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 25 Jul 2020 14:02:06 +0200 Subject: [PATCH 03/18] Add bandwhich (#417) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e5c07f2..14ca45a 100644 --- a/readme.md +++ b/readme.md @@ -331,6 +331,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [speedtest-net](https://github.com/ddsol/speedtest.net) - Test internet connection speed and ping using speedtest.net. - [speed-test](https://github.com/sindresorhus/speed-test) - `speedtest-net` wrapper with different UI. - [speedtest-cli](https://github.com/sivel/speedtest-cli) - Test internet bandwidth using speedtest.net. +- [bandwhich](https://github.com/imsnif/bandwhich) - Track bandwidth utilization by process. ### Theming and Customization From 9fb15b9789bb9aa2df0f6901521f25af39656236 Mon Sep 17 00:00:00 2001 From: labbots Date: Sat, 25 Jul 2020 13:47:00 +0100 Subject: [PATCH 04/18] Add google-drive-upload (#409) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 14ca45a..1c83773 100644 --- a/readme.md +++ b/readme.md @@ -428,6 +428,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ffsend](https://github.com/timvisee/ffsend) - Fully featured CLI for [Firefox Send](https://send.firefox.com/) - simple and private file sharing. - [webtorrent-cli](https://github.com/feross/webtorrent-cli) – Streaming torrent client. - [share-cli](https://github.com/marionebl/share-cli) - Share files with your local network. +- [google-drive-upload](https://github.com/labbots/google-drive-upload) - Upload/sync with Google Drive. ### Directory Listing From 78e245a5173359969420099dcc97eccf21cb1024 Mon Sep 17 00:00:00 2001 From: mohanpierce99 <32239797+mohanpierce99@users.noreply.github.com> Date: Sat, 25 Jul 2020 18:47:47 +0530 Subject: [PATCH 05/18] Add stegcloak (#413) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1c83773..861957e 100644 --- a/readme.md +++ b/readme.md @@ -394,6 +394,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. - [figlet](http://www.figlet.org/) - Creates large text out of ASCII characters. +- [stegcloak](https://github.com/kurolabs/stegcloak) - Hide secrets with invisible characters in plain text securely using passwords. ## Files and Directories From 1ed63e3cc41e3e5a0d223b65fb9e49861ea7ac3b Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 1 Oct 2020 17:46:53 +0200 Subject: [PATCH 06/18] Add entr (#421) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 861957e..54f476c 100644 --- a/readme.md +++ b/readme.md @@ -430,6 +430,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [webtorrent-cli](https://github.com/feross/webtorrent-cli) – Streaming torrent client. - [share-cli](https://github.com/marionebl/share-cli) - Share files with your local network. - [google-drive-upload](https://github.com/labbots/google-drive-upload) - Upload/sync with Google Drive. +- [entr](https://github.com/eradman/entr) - Run an arbitrary command when files change. ### Directory Listing From a81ce40d5a827fc4b4a288a6a5b2107b1fd97af2 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 1 Oct 2020 17:55:09 +0200 Subject: [PATCH 07/18] Add renameutils (#422) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 54f476c..6b1ca50 100644 --- a/readme.md +++ b/readme.md @@ -415,6 +415,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [del-cli](https://github.com/sindresorhus/del-cli) - Delete files and folders. - [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copies files. - [rename-cli](https://github.com/jhotmann/node-rename-cli) - A cross-platform tool for renaming files quickly, especially multiple files at once. +- [renameutils](https://www.nongnu.org/renameutils) - Mass renaming in your editor. ### Files From 272486a0c567c34187209299e1868cd03f46e84b Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 1 Oct 2020 18:05:47 +0200 Subject: [PATCH 08/18] Fix typo (#423) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6b1ca50..b55f23f 100644 --- a/readme.md +++ b/readme.md @@ -280,7 +280,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [calcurse](http://calcurse.org/) - Calendar and scheduling. - [gcalcli](https://github.com/insanum/gcalcli) - Google calendar client. - [khal](https://github.com/pimutils/khal) - CalDAV ready CLI and TUI calendar. -- [vidirsyncer](https://github.com/pimutils/vdirsyncer) - CalDAV sync. +- [vdirsyncer](https://github.com/pimutils/vdirsyncer) - CalDAV sync. ## Utilities From fc1f4ccebd4627500cf07ae5bad07d8e5cc7035e Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 5 Oct 2020 19:51:53 +0530 Subject: [PATCH 09/18] Add gdrive-downloader (#424) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b55f23f..414aa60 100644 --- a/readme.md +++ b/readme.md @@ -431,6 +431,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [webtorrent-cli](https://github.com/feross/webtorrent-cli) – Streaming torrent client. - [share-cli](https://github.com/marionebl/share-cli) - Share files with your local network. - [google-drive-upload](https://github.com/labbots/google-drive-upload) - Upload/sync with Google Drive. +- [gdrive-downloader](https://github.com/Akianonymus/gdrive-downloader) - Download files/folders from Google Drive. - [entr](https://github.com/eradman/entr) - Run an arbitrary command when files change. ### Directory Listing From 27d066fcaa2078ab79ba04212b6d7ee9b8a6bc8b Mon Sep 17 00:00:00 2001 From: zacanger Date: Fri, 9 Oct 2020 11:58:23 +0000 Subject: [PATCH 10/18] Add git-all-branches (#427) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 414aa60..29a4d06 100644 --- a/readme.md +++ b/readme.md @@ -484,6 +484,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - Generate README.md files interactively. - [semantic-git-commit-cli](https://github.com/JPeer264/node-semantic-git-commit-cli) - Ensure semantic commits messages. - [import-github-labels-cli](https://github.com/abhijithvijayan/import-github-labels-cli) - Sync labels between Github repos. +- [git-all-branches](https://github.com/zacanger/git-all-branches) - Improved `git branch -a`. ## Images From 8b70dcc6e61aa94d49df2eab989d8055375ac917 Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:22:45 -0400 Subject: [PATCH 11/18] Add kirc (#429) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 29a4d06..f7bf09a 100644 --- a/readme.md +++ b/readme.md @@ -104,6 +104,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [tuir](https://gitlab.com/ajak/tuir) - Reddit TUI. - [WeeChat](https://weechat.org/) - Fast, light and extensible chat client. - [irssi](https://github.com/irssi/irssi) - IRC chat client. +- [kirc](https://github.com/mcpcpc/kirc) - Tiny IRC client. ### Video From 70c6fc9b56905321561f4bfc3ebd4087fb9c68d3 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 2 Nov 2020 18:35:58 +0100 Subject: [PATCH 12/18] Add editly (#430) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f7bf09a..1388603 100644 --- a/readme.md +++ b/readme.md @@ -112,6 +112,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [streamlink](https://github.com/streamlink/streamlink) - Extract streams from various websites to a video player of your choosing. - [mps-youtube](https://github.com/mps-youtube/mps-youtube) - Youtube player. - [mpv](https://mpv.io) - Superior video player. +- [editly](https://github.com/mifi/editly) - Declarative video editing. ### Movies From 8748d8392a799145c230ded2eec2c8fee8160225 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Mon, 2 Nov 2020 17:46:28 +0000 Subject: [PATCH 13/18] Add dasel (#432) Co-authored-by: Jonathan Neidel --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1388603..1a75004 100644 --- a/readme.md +++ b/readme.md @@ -377,11 +377,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation -- [underscore-cli](https://github.com/ddopson/underscore-cli) - Command-line utility-belt for hacking JSON and Javascript. -- [ramda-cli](https://github.com/raine/ramda-cli) - A CLI tool for processing data with functional pipelines. -- [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files. -- [q](http://harelba.github.io/q/) - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). -- [yq](https://github.com/kislyuk/yq) - Command-line YAML processor (Uses the same syntax as jq). +- [underscore-cli](https://github.com/ddopson/underscore-cli) - Utility-belt for hacking JSON and Javascript. +- [ramda-cli](https://github.com/raine/ramda-cli) - Process data with functional pipelines. +- [yaml-cli](https://github.com/pandastrike/yaml-cli) - Query/update YAML. +- [q](http://harelba.github.io/q/) - Execution of SQL-like queries on CSV/TSV/tabular text file. +- [yq](https://github.com/kislyuk/yq) - YAML processor (like jq). +- [dasel](https://github.com/tomwright/dasel) - JSON/YAML/TOML/XML processor (like jq/yq). ### JSON From 146cfe6119b0e49552b2ea5cce9a9526182f2e88 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 2 Nov 2020 18:52:38 +0100 Subject: [PATCH 14/18] Reorder Data Manipulation category, update descs --- readme.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 1a75004..99918f8 100644 --- a/readme.md +++ b/readme.md @@ -377,25 +377,30 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation -- [underscore-cli](https://github.com/ddopson/underscore-cli) - Utility-belt for hacking JSON and Javascript. -- [ramda-cli](https://github.com/raine/ramda-cli) - Process data with functional pipelines. +### Processors + +- [jq](https://github.com/stedolan/jq) - JSON processor. +- [yq](https://github.com/kislyuk/yq) - YAML processor. +- [dasel](https://github.com/tomwright/dasel) - JSON/YAML/TOML/XML processor (like jq/yq). - [yaml-cli](https://github.com/pandastrike/yaml-cli) - Query/update YAML. -- [q](http://harelba.github.io/q/) - Execution of SQL-like queries on CSV/TSV/tabular text file. -- [yq](https://github.com/kislyuk/yq) - YAML processor (like jq). -- [dasel](https://github.com/tomwright/dasel) - JSON/YAML/TOML/XML processor (like jq/yq). +- [ramda-cli](https://github.com/raine/ramda-cli) - Process data with functional pipelines. ### JSON -- [jq](https://github.com/stedolan/jq) - JSON processor. -- [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). +- [jp](https://github.com/therealklanni/jp) - JSON parser. - [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer. - [vj](https://github.com/busyloop/vj) - Makes JSON human readable. +- [underscore-cli](https://github.com/ddopson/underscore-cli) - Utility-belt for hacking JSON and Javascript. - [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. - [GROQ](https://github.com/sanity-io/groq-cli) – JSON processor with queries and projections. +### Columns + +- [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns to JSON. +- [q](http://harelba.github.io/q/) - Execution of SQL-like queries on CSV/TSV/tabular text file. + ### Text -- [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. - [figlet](http://www.figlet.org/) - Creates large text out of ASCII characters. - [stegcloak](https://github.com/kurolabs/stegcloak) - Hide secrets with invisible characters in plain text securely using passwords. From 4036c64fae8e56b65b7199a8784f1d6fe85dc42e Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 2 Nov 2020 18:53:59 +0100 Subject: [PATCH 15/18] Update toc --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 99918f8..c54c41b 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [System Interaction Utilities](#system-interaction-utilities) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) + - [Processors](#processors) - [JSON](#json) + - [Columns](#columns) - [Text](#text) - [Files and Directories](#files-and-directories) - [File Managers](#file-managers) From 79e1acbd46697d74aee0ea7f5dcec0bb4addae34 Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Fri, 27 Nov 2020 16:41:04 +0200 Subject: [PATCH 16/18] Add swaglyrics (#435) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c54c41b..98289ce 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [beets](https://github.com/beetbox/beets) - Music library manager and tagger. - [playx](https://github.com/NISH1001/playx) - Stream songs/playlists from various sources. - [spotify-tui](https://github.com/Rigellute/spotify-tui) - Spotify client. +- [swagsyrics-for-spotify](https://github.com/SwagLyrics/SwagLyrics-For-Spotify) - Spotify lyrics. ### Social Media From 4f082c4e6b77cc019b8ec6489d6b20a5b8a48665 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sat, 20 Feb 2021 12:37:23 +0100 Subject: [PATCH 17/18] Remove aws/azure standard clis --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 98289ce..6f16cf4 100644 --- a/readme.md +++ b/readme.md @@ -190,8 +190,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Devops - [htconvert](https://github.com/lukechilds/htconvert) - Convert .htaccess redirects to nginx.conf redirects. -- [aws-cli](https://github.com/aws/aws-cli) - Universal Interface for Amazon Web Services. -- [azure-cli](https://github.com/Azure/azure-cli) - Command-line tools for Azure. - [SAWS](https://github.com/donnemartin/saws) - Supercharged AWS CLI. - [s3cmd](https://github.com/s3tools/s3cmd) - Fully-Featured S3 client. - [lstags](https://github.com/ivanilves/lstags) - Synchronize Docker images across different registries. From b606d9ae8a0c12d582a394d94355f936941095e3 Mon Sep 17 00:00:00 2001 From: maetthew Date: Sun, 14 Mar 2021 09:50:02 +0100 Subject: [PATCH 18/18] Fix typo in readme.md (#447) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6f16cf4..eaa4139 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [beets](https://github.com/beetbox/beets) - Music library manager and tagger. - [playx](https://github.com/NISH1001/playx) - Stream songs/playlists from various sources. - [spotify-tui](https://github.com/Rigellute/spotify-tui) - Spotify client. -- [swagsyrics-for-spotify](https://github.com/SwagLyrics/SwagLyrics-For-Spotify) - Spotify lyrics. +- [swaglyrics-for-spotify](https://github.com/SwagLyrics/SwagLyrics-For-Spotify) - Spotify lyrics. ### Social Media