From c0292f87ef46e715fb34925b1211f69c518dcf41 Mon Sep 17 00:00:00 2001 From: trinib Date: Sun, 24 Sep 2023 15:34:51 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b81ad9f..513e2f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&client=firefox-b-d&sxsrf=ALiCzsZmYtgn9ctD5vHAqgVFkM5tZ514pw%3A1667926333803&ei=PYlqY6XIMNmNwbkPqeK3qAo&ved=0ahUKEwjl2ozlhZ_7AhXZRjABHSnxDaUQ4dUDCA4&uact=5&oq=What+is+UNIX+explain%3F&gs_lcp=Cgxnd3Mtd2l6LXNlcnAQAzIFCAAQgAQyBQgAEIAEMgUIABCABDIGCAAQFhAeMgYIABAWEB4yBggAEBYQHjIFCAAQhgMyBQgAEIYDMgUIABCGAzIFCAAQhgM6CggAEEcQ1gQQsAM6BwgAELADEENKBAhNGAFKBAhBGABKBAhGGABQnAFYnAFgvwNoAXABeACAAa0BiAGtAZIBAzAuMZgBAKABAqABAcgBCsABAQ&sclient=gws-wiz-serp) command-line interface (CLI). Also called the terminal, the command line, or the shell. It's a command language that allows us to work with files on our computers in a way that's far more efficient and powerful than using a GUI (graphical user interface)._ -
A to Z command list 📚 +
A to Z command list 📚

> **Note**
@@ -3114,7 +3114,7 @@ Credits: fossbytes & RehanSaeed/

-
Special characters 🔣 +
Special characters 🔣

> **Note**
@@ -4278,7 +4278,7 @@ Inspired by
RehanSaeed/

-
Keyboard controls ⌨️ +
Keyboard controls ⌨️

| Key | Function | @@ -4350,12 +4350,12 @@ Inspired by RehanSaeed/ --- -

Online Cheat Sheet for quick references of commands and codes +
Cheat Sheet for quick references of commands and codes [cheat.sh](https://github.com/chubin/cheat.sh)
![image](https://user-images.githubusercontent.com/18756975/200065767-13a6249f-2188-4206-8073-1714be57c408.png)
-### Usage +### Usage (Online) _**Terminal**_ : ```bash curl cht.sh/keyword @@ -4388,7 +4388,7 @@ _**Browser**_ : # - ### Offline usage [install](https://github.com/chubin/cheat.sh#installation) cheat script manually
+ ### Offline usage
install cheat script manually
_**Install globally(all users)**_ : ```bash curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh && sudo chmod +x /usr/local/bin/cht.sh @@ -4406,7 +4406,7 @@ cht.sh keyword --- -
More bash resources +
More bash resources | | | | :--: | :--: | @@ -4424,7 +4424,6 @@ cht.sh keyword | [awesome-cli](https://github.com/Kikobeats/awesome-cli) | A curated list of awesome resources for building immersive CLI experiences | | [awesome-cli](https://github.com/umutphp/awesome-cli) | A simple command line tool to give you a fancy command line interface to dive into Awesome lists | | [terminals-are-sexy](https://github.com/k4m4/terminals-are-sexy) | A curated list of Terminal frameworks, plugins & resources for CLI lovers | -| [funny-Linux-Commands](https://github.com/Debargha-Mitra-Roy/Funny-Linux-Commands) | Funny Linux Commands in Ubuntu | | [awesome-ttygames](https://github.com/ligurio/awesome-ttygames) | Unix ASCII games |