From 47a752b76e87b1d0540975b2c74f77a77105f3e1 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 23:35:58 +0200 Subject: [PATCH] Add cli.club resource --- README.md | 2 ++ data/resources.csv | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index e71614f..5e5240c 100644 --- a/README.md +++ b/README.md @@ -1578,5 +1578,7 @@ A list of some online resoures that contribute interesting links to apps and inf [commandlinefu.com](https://www.commandlinefu.com/commands/browse) - The place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. +[cli.club](https://cli.club/) - A collection of the best CLI/Ncurses software covering a wide range of categories from messaging, music, text editing and more. + diff --git a/data/resources.csv b/data/resources.csv index a101b67..f3fc49b 100644 --- a/data/resources.csv +++ b/data/resources.csv @@ -12,3 +12,4 @@ Awesome git addons,https://github.com/stevemao/awesome-git-addons,A curated list Terminals Are Sexy,https://github.com/k4m4/terminals-are-sexy,"A curated list of Terminal frameworks, plugins & resources for CLI lovers." Awesome Terminal Recorder,https://github.com/orangekame3/awesome-terminal-recorder,Curated list of outstanding terminal Recorder that make your day brighter! Each item is associated with an animated GIF that shows some examples of usage. commandlinefu.com,https://www.commandlinefu.com/commands/browse,The place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. +cli.club,https://cli.club/,"A collection of the best CLI/Ncurses software covering a wide range of categories from messaging, music, text editing and more."