From 497ff989acacf4f1dd7f5fdc5178e4fcf824cdde Mon Sep 17 00:00:00 2001 From: James Dinsdale Date: Mon, 13 Feb 2017 03:58:23 +0000 Subject: [PATCH] Add crash plugin (#193) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bca9daa..c269e50 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System +* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH * [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.