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.
This commit is contained in:
dc 2016-02-23 09:15:23 -08:00
parent 14c2593330
commit 3f05fcc431
1 changed files with 1 additions and 0 deletions

View File

@ -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