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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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 From 5e58b15157408c5e13c8acce94f39229279f107b Mon Sep 17 00:00:00 2001 From: Felix Rosencrantz Date: Wed, 24 Mar 2021 19:25:16 -0700 Subject: [PATCH 19/28] Add visidata (#403) Co-authored-by: Jonathan Neidel --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index eaa4139..c509472 100644 --- a/readme.md +++ b/readme.md @@ -378,6 +378,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation +- [visidata](https://github.com/saulpw/visidata) - Spreadsheet multitool for data discovery and arrangement. + ### Processors - [jq](https://github.com/stedolan/jq) - JSON processor. From 6614940219fd3f9ac2aa5370bb361a21cb400543 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Thu, 25 Mar 2021 03:36:19 +0100 Subject: [PATCH 20/28] Add docker-pushrm (#408) Co-authored-by: Jonathan Neidel --- readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c509472..57b0353 100644 --- a/readme.md +++ b/readme.md @@ -192,14 +192,18 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [htconvert](https://github.com/lukechilds/htconvert) - Convert .htaccess redirects to nginx.conf redirects. - [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. - [pm2](https://pm2.io/runtime/) - Production Process Manager for Node.js. -- [dockly](https://github.com/lirantal/dockly) - Interactively manage Docker containers. - [ops](https://github.com/nanovms/ops) - Unikernel compilation and orchestration tool. -- [lazydocker](https://github.com/jesseduffield/lazydocker) - Simple docker/docker-compose interface. - [flog](http://github.com/mingrammer/flog) - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog. - [isitfit](http://github.com/autofitcloud/isitfit) - Manage AWS EC2 rightsizing. + +### Docker + +- [lstags](https://github.com/ivanilves/lstags) - Synchronize images across registries. +- [dockly](https://github.com/lirantal/dockly) - Interactively manage containers. +- [lazydocker](https://github.com/jesseduffield/lazydocker) - Simple docker/docker-compose interface. - [docker-shell](https://github.com/Trendyol/docker-shell) - Simple interactive docker interface. +- [docker-pushrm](https://github.com/christian-korneck/docker-pushrm) - Push a readme to container registries. ### Release From 71c97606d54885179e8a993474e30d618ceac9d8 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 26 Mar 2021 06:57:29 -0700 Subject: [PATCH 21/28] Add just (#450) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 57b0353..9fee757 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [grip](https://github.com/joeyespo/grip) - Preview markdown files with GitHub styles before committing them. - [bitwise](https://github.com/mellowcandle/bitwise) - Base conversion and bit manipulator in ncurses. - [foy](https://github.com/zaaack/foy) - Lightweight general purpose task runner/build tool. +- [just](https://github.com/casey/just) - Modern `make`-like command runner. ### Text Editors From e68d9b72274a1250c7f29d1e5c37449d45ae43c1 Mon Sep 17 00:00:00 2001 From: Boris K Date: Sat, 10 Apr 2021 22:19:02 +0200 Subject: [PATCH 22/28] Add k9s (#453) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9fee757..895298c 100644 --- a/readme.md +++ b/readme.md @@ -197,6 +197,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ops](https://github.com/nanovms/ops) - Unikernel compilation and orchestration tool. - [flog](http://github.com/mingrammer/flog) - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog. - [isitfit](http://github.com/autofitcloud/isitfit) - Manage AWS EC2 rightsizing. +- [k9s](https://github.com/derailed/k9s) - Manage Kubernetes Clusters. ### Docker From af758eacab516b66323ab9c777d08ab4bde1781d Mon Sep 17 00:00:00 2001 From: Sebastian Rath <12844423+seb-mtl@users.noreply.github.com> Date: Sun, 9 May 2021 02:12:39 -0400 Subject: [PATCH 23/28] Add SnowFS (#459) Co-authored-by: Jonathan Neidel --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 895298c..71381d6 100644 --- a/readme.md +++ b/readme.md @@ -482,6 +482,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Version Control +- [SnowFS](https://github.com/snowtrack/snowfs) - A fast, scalable version control system for binaries. + ### Git - [CLI GitHub](https://github.com/IonicaBizau/cli-github) - :tv: A fancy GitHub client for command line. From b32076eb03d13783d0b0efb75192dd3815ac5bf6 Mon Sep 17 00:00:00 2001 From: Zachary Talis Date: Fri, 14 May 2021 18:03:40 -0400 Subject: [PATCH 24/28] Add Docker to Table of Contents (#460) fixes #461 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 71381d6..486bfd2 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Mobile Development](#mobile-development) - [Database](#database) - [Devops](#devops) + - [Docker](#docker) - [Release](#release) - [Npm](#npm) - [Boilerplate](#boilerplate) From 8ab36a4cae608b0bba1478a6c764075f0e583617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sat, 15 May 2021 11:29:10 +0200 Subject: [PATCH 25/28] Add usql (#462) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 486bfd2..b54cc4f 100644 --- a/readme.md +++ b/readme.md @@ -188,6 +188,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting. - [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC. - [iredis](https://github.com/laixintao/iredis) - Redis client with autocompletion and syntax highlighting. +- [usql](https://github.com/xo/usql) - Universal SQL client with autocompletion and syntax highlighting. ### Devops From 1848c36d1c58a9e342afab1af36fa541804b373a Mon Sep 17 00:00:00 2001 From: Dominik Russo Date: Sun, 23 May 2021 19:33:33 +0200 Subject: [PATCH 26/28] Add remind (#463) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b54cc4f..7dac94f 100644 --- a/readme.md +++ b/readme.md @@ -292,6 +292,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [gcalcli](https://github.com/insanum/gcalcli) - Google calendar client. - [khal](https://github.com/pimutils/khal) - CalDAV ready CLI and TUI calendar. - [vdirsyncer](https://github.com/pimutils/vdirsyncer) - CalDAV sync. +- [remind](https://dianne.skoll.ca/projects/remind) - A sophisticated calendar and alarm program. ## Utilities From 4f6997a0aaaed24e7e21828ddf3d88233bb3329f Mon Sep 17 00:00:00 2001 From: Khaliq Date: Mon, 24 May 2021 01:39:34 +0800 Subject: [PATCH 27/28] Add pingme (#457) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7dac94f..e3cb910 100644 --- a/readme.md +++ b/readme.md @@ -200,6 +200,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [flog](http://github.com/mingrammer/flog) - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog. - [isitfit](http://github.com/autofitcloud/isitfit) - Manage AWS EC2 rightsizing. - [k9s](https://github.com/derailed/k9s) - Manage Kubernetes Clusters. +- [PingMe](https://github.com/kha7iq/pingme) - Send messages/alerts to multiple messaging platforms & email. ### Docker From 2ed69ba7abb12844fe069ce9dba22536a29bbeca Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sun, 23 May 2021 19:50:33 +0200 Subject: [PATCH 28/28] Split up into categories, shorten descriptions --- readme.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index e3cb910..cbae39d 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Theming and Customization](#theming-and-customization) - [Shell Utilities](#shell-utilities) - [System Interaction Utilities](#system-interaction-utilities) + - [Markdown](#markdown) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) - [Processors](#processors) @@ -56,6 +57,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [File Managers](#file-managers) - [Deleting, Copying, and Renaming](#deleting-copying-and-renaming) - [Files](#files) + - [File Sync/Sharing](#file-syncsharing) - [Directory Listing](#directory-listing) - [Directory Navigation](#directory-navigation) - [Search](#search) @@ -141,7 +143,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [legit](https://github.com/captainsafia/legit) - Generate Open Source licences as files or file headers. - [mklicense](https://github.com/cezaraugusto/mklicense) - Create a custom LICENSE file painlessly with customized info. - [rebound](https://github.com/shobrook/rebound) - Fetch Stack Overflow results in your terminal when you get a compiler error. -- [grip](https://github.com/joeyespo/grip) - Preview markdown files with GitHub styles before committing them. - [bitwise](https://github.com/mellowcandle/bitwise) - Base conversion and bit manipulator in ncurses. - [foy](https://github.com/zaaack/foy) - Lightweight general purpose task runner/build tool. - [just](https://github.com/casey/just) - Modern `make`-like command runner. @@ -307,7 +308,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [carbon-now-cli](https://github.com/mixn/carbon-now-cli) - Generate beautiful images of your code. - [pass](https://www.passwordstore.org) - Password manager. - [awesome-finder](https://github.com/mingrammer/awesome-finder) - Search the awesome lists without a browser. -- [mdv](https://github.com/axiros/terminal_markdown_viewer) - Styled terminal markdown viewer. - [shallow-backup](https://github.com/alichtman/shallow-backup) - Git integrated backup tool. ### macOS @@ -374,6 +374,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [neofetch](https://github.com/dylanaraps/neofetch) - System information tool. - [Glances](https://nicolargo.github.io/glances) - System monitoring tool. +### Markdown + +- [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files. +- [grip](https://github.com/joeyespo/grip) - Preview markdown files as GitHub would render them. +- [mdv](https://github.com/axiros/terminal_markdown_viewer) - Styled terminal markdown viewer. + ## Command Line Learning - [cmdchallenge](https://cmdchallenge.com/) - presents small shell challenge with user submitted solutions. @@ -415,7 +421,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Text - [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. +- [stegcloak](https://github.com/kurolabs/stegcloak) - Hide secrets with invisible characters in plain text securely. ## Files and Directories @@ -423,8 +429,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ranger](https://github.com/ranger/ranger) - A console file manager with VI key bindings. - [midnight-commander](https://github.com/MidnightCommander/mc) - A feature rich visual file manager. -- [organize-cli](https://github.com/ManrajGrover/organize-cli) - Organize your files, imagine cleaning up your downloads in an instant. -- [Vifm](https://vifm.info/) - Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt. +- [Vifm](https://vifm.info/) - VI influnced file manager. - [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration. - [lf](https://github.com/gokcehan/lf) - Fast, extensively customizable file manager. - [fff](https://github.com/dylanaraps/fff) - Fast, simple file manager. @@ -435,25 +440,28 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [empty-trash-cli](https://github.com/sindresorhus/empty-trash-cli) - Empty the trash. - [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. +- [rename-cli](https://github.com/jhotmann/node-rename-cli) - Renaming files quickly. - [renameutils](https://www.nongnu.org/renameutils) - Mass renaming in your editor. ### Files - [chokidar-cli](https://github.com/kimmobrunfeldt/chokidar-cli) - CLI to watch file system changes. - [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin. -- [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites. - [bat](https://github.com/sharkdp/bat) - A cat clone with syntax highlighting. - [NCDu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface. -- [unix-permissions](https://github.com/ehmicky/unix-permissions) - Swiss Army knife for Unix permissions -- [rclone](https://github.com/ncw/rclone) - Sync files to and from various cloud providers (Dropbox, Google Drive, Onedrive, etc.). +- [unix-permissions](https://github.com/ehmicky/unix-permissions) - Swiss Army knife for Unix permissions. - [transmission-cli](https://transmissionbt.com) - Torrent client for your command line. -- [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. +- [entr](https://github.com/eradman/entr) - Run an arbitrary command when files change. +- [organize-cli](https://github.com/ManrajGrover/organize-cli) - Organize your files automatically. + +### File Sync/Sharing + +- [rclone](https://github.com/ncw/rclone) - Sync files with various cloud providers. +- [ffsend](https://github.com/timvisee/ffsend) - Quick file share. - [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