From 4fd683fc5eeb879822fc95e6c202c8ae2c481e8e Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 13 Sep 2019 12:38:06 +0200 Subject: [PATCH 1/2] add 'tclsh' - most powerful cross-platform shell ever --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36ce2b1..e9ab503 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Only main chapters:

  :small_orange_diamond: GNU Bash - is an sh-compatible shell that incorporates useful features from the Korn shell and C shell.
  :small_orange_diamond: Zsh - is a shell designed for interactive use, although it is also a powerful scripting language.
+  :small_orange_diamond: tclsh - is a very powerful cross-platform shell using Tcl (easy to learn dynamic language), suitable for a huge range of uses, including web and desktop applications, networking, administration, automation, testing and many more (and available for most operating system distributions).
  :small_orange_diamond: bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
  :small_orange_diamond: Oh My ZSH! - is the best framework for managing your Zsh configuration.
  :small_orange_diamond: Oh My Fish - the Fishshell framework.
From b8dd6002a43319b4b439b5c7fec6f7f5653b08a5 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 13 Sep 2019 14:53:46 +0200 Subject: [PATCH 2/2] shortening long description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ab503..be9b96a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Only main chapters:

  :small_orange_diamond: GNU Bash - is an sh-compatible shell that incorporates useful features from the Korn shell and C shell.
  :small_orange_diamond: Zsh - is a shell designed for interactive use, although it is also a powerful scripting language.
-  :small_orange_diamond: tclsh - is a very powerful cross-platform shell using Tcl (easy to learn dynamic language), suitable for a huge range of uses, including web and desktop applications, networking, administration, automation, testing and many more (and available for most operating system distributions).
+  :small_orange_diamond: tclsh - is a very powerful cross-platform shell, suitable for a huge range of uses.
  :small_orange_diamond: bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
  :small_orange_diamond: Oh My ZSH! - is the best framework for managing your Zsh configuration.
  :small_orange_diamond: Oh My Fish - the Fishshell framework.