From b9d428ce1c06ad0c144b716c881118eea26c1342 Mon Sep 17 00:00:00 2001 From: trimstray Date: Thu, 28 Jun 2018 09:48:07 +0200 Subject: [PATCH] added sub-chapters - signed-off-by: trimstray --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 96f7789..3975371 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,35 @@ #### CLI Tools +##### Shells +

  :small_orange_diamond: Oh My ZSH! - the best framework for managing your Zsh configuration.
  :small_orange_diamond: bash-it - a community Bash framework.
+

+ +##### Managers + +

  :small_orange_diamond: Midnight Commander - visual file manager, licensed under GNU General Public License.
  :small_orange_diamond: screen - full-screen window manager that multiplexes a physical terminal.
  :small_orange_diamond: tmux - terminal multiplexer, lets you switch easily between several programs in one terminal.
+

+ +##### Network + +

  :small_orange_diamond: Curl - command line tool and library for transferring data with URLs.
  :small_orange_diamond: HTTPie - a user-friendly HTTP client.
  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: netcat - networking utility which reads and writes data across network connections, using the TCP/IP protocol.
  :small_orange_diamond: tcpdump - powerful command-line packet analyzer.
+

+ +##### Databases + +

  :small_orange_diamond: pgcli - postgres CLI with autocompletion and syntax highlighting.