From 3f05fcc4310a16dc5854c08b77eda5b07d48231a Mon Sep 17 00:00:00 2001 From: dc Date: Tue, 23 Feb 2016 09:15:23 -0800 Subject: [PATCH] Add Cash: Cross-platform Linux commands in pure ES6 [Cash](https://github.com/dthree/cash) implements popular Unix / Linux commands such as `ls`, `grep` `less` using straight ES6, installed through Node. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f82f2a4..65c8da6 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [The Fuck](https://github.com/nvbn/thefuck)- Magnificent app which corrects your previous console command. - [tldr](https://github.com/tldr-pages/tldr)- Simplified and community-driven man pages. - [how2](https://github.com/santinic/how2) - Finds the simplest way to do something on a unix bash command line. +- [Cash](https://github.com/dthree/cash) - Cross-platform Linux commands in pure ES6. ## Data Manipulation