From 595676dde69442e22558d9518a38ce373e53ae74 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Fri, 26 Jul 2024 15:19:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38ae20..0505d77 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu - [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell. - [ble.sh](https://github.com/akinomyoga/ble.sh) - User-friendly and feature rich readline replacement, with syntax highlighting, better command completion, and improved multi-line editing. - [commacd](https://github.com/shyiko/commacd) - A faster way to move around in Bash. -- [forkrun](https://github.com/jkool702/forkrun) - A pure-bash tool for running code in parallel. Similar in syntax and speed to `xargs -P` but with more features and native bash function support. +- [forkrun](https://github.com/jkool702/forkrun) - A pure-bash tool for running code in parallel. Similar in syntax and speed to `xargs -P`, but with more features and native Bash function support. - [has](https://github.com/kdabir/has) - `has` helps you check presence of various command line tools and their versions on path. - [hstr](https://github.com/dvorka/hstr) - Bash History Suggest Box. - [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh.