From e4d212b9fd3afb7404ea99572058567991d1698d Mon Sep 17 00:00:00 2001 From: Atharv Phadnis <31766648+Athi223@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:09:06 +0530 Subject: [PATCH] Added cheatsheet for Fish Shell (#7174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added cheatsheet for Fish Shell * Added Category "Shell Scripting" * Removed unneeded Indexes * chore: remove not needed section anchor alias Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-cheatsheets.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 09af726dc..f92456bed 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -2,7 +2,6 @@ * [APL](#apl) * [Artificial Intelligence](#artificial-intelligence) -* [Bash](#bash) * [C](#c) * [C#](#csharp) * [C++](#cpp) @@ -33,6 +32,7 @@ * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) * [Rust](#rust) +* [Shell Scripting](#shell-scripting) * [Solidity](#solidity) * [SQL](#sql) * [Tensorflow](#tensorflow) @@ -51,12 +51,6 @@ * [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML) -### Bash - -* [Bash Cheatsheet - CheatSheet.Wtf](https://www.cheatsheet.wtf/bash) - smokingcuke (HTML) -* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML) - - ### C * [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF) @@ -283,6 +277,13 @@ * [Rust Language Cheat Sheet](https://cheats.rs) (HTML) +### Shell Scripting + +* [Bash Cheatsheet - CheatSheet.Wtf](https://www.cheatsheet.wtf/bash) - smokingcuke (HTML) +* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML) +* [Fish Shell cheatsheet](https://devhints.io/fish-shell) - DevHints, Rico Santa Cruz (HTML) + + ### Solidity * [Solidity Cheat Sheet](https://intellipaat.com/mediaFiles/2019/03/Solidity-Cheat-Sheet.pdf) - IntelliPaat (PDF)