From daf6bae883bdb78d766e1c91e416458825c0b5c8 Mon Sep 17 00:00:00 2001 From: Hugo Wang Date: Sat, 3 Nov 2018 15:58:34 +0800 Subject: [PATCH] added cicada unix shell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a94456..8e63d6b 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [k0pernicus/zou](https://github.com/k0pernicus/zou) — a download accelerator [](https://travis-ci.org/k0pernicus/zou) * [lotabout/rargs](https://github.com/lotabout/rargs) [[rargs](https://crates.io/crates/rargs)] — xargs + awk with pattern matching support [](https://travis-ci.org/lotabout/rargs) * [lotabout/skim](https://github.com/lotabout/skim) — A fuzzy finder in pure rust [](https://travis-ci.org/lotabout/skim) +* [mitnk/cicada](https://github.com/mitnk/cicada) — A bash-like Unix shell [](https://travis-ci.org/mitnk/cicada) * [mmstick/concurr](https://github.com/mmstick/concurr) — Alternative to GNU Parallel w/ a client-server architecture * [mmstick/fontfinder](https://github.com/mmstick/fontfinder) — GTK3 application for previewing and installing Google's fonts * [mmstick/parallel](https://github.com/mmstick/parallel) — Reimplementation of GNU Parallel