Skip to content

Commit f46f021

Browse files
committed
Add link to zshelldoc
1 parent c9fd0f4 commit f46f021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Here are some useful resources to help you step up your shell scripting game:
9393
* [Safe Ways to do Things in Bash](https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md) - Excellent set of tips from the authors of [shellharden](https://github.com/anordal/shellharden)
9494
* [shellcheck](https://github.com/koalaman/shellcheck) is a lint for bash. It'll help you find unused variables, deprecated syntax and other things that make your bash scripts less stable. You can install it with `apt-get`, `brew`, `cabal`, or `yum`.
9595
* [shellharden](https://github.com/anordal/shellharden) - is a syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting.
96+
* [zshelldoc](https://github.com/zdharma/zshelldoc) - Documentation generator for Bash & Zsh, with call-trees, comment extraction, etc.
9697

9798
### Powershell
9899

0 commit comments

Comments
 (0)