awesome-lists / awesome-bash

A curated list of delightful Bash scripts and resources.
7.75k stars 740 forks source link

Add explainshell #110

Closed hyperupcall closed 11 months ago

hyperupcall commented 11 months ago

New App Submission

Repo or homepage link:

https://explainshell.com/

Description:

A website that breaks down and explains shell (Bash) commands (including their flags and options).

Closes #88

Why I think it's awesome:

It's a great website for beginners (and novices) to understand what shell commands do. It's also faster than preusing man pages and help output.