From e9607135d71f01978aeb3ee930a0942fc13add36 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Tue, 1 Sep 2015 14:14:53 -0600 Subject: [PATCH] Add find-up-cli, HSA -cli, and pkg-dir-cli --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 476a3fd..b3caa26 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,14 @@ * [cowsay and cowthink](https://web.archive.org/web/20120225123719/http://www.nog.net/~tony/warez/cowsay.shtml)- You can [install with homebrew](http://brew-formulas.com/formula/cowsay) +* [find-up-cli](https://github.com/sindresorhus/find-up-cli)- Find a file by walking up parent directories + * [fortune](http://brew-formulas.com/formula/fortune) * [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli)- Get the gzipped size of a file or stdin +* [HASA -cli](https://github.com/sindresorhus/hasha-cli)- Hashing made simple. Get the hash of text or stdin. + * [indent-string-cli](https://github.com/sindresorhus/indent-string-cli)- Indent each line in a string * [is-reachable-cli](https://github.com/beatfreaker/is-reachable-cli)- Check if hostnames are reachable or not @@ -112,6 +116,8 @@ * [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli)- Open the URL from a web shortcut file in the browser +* [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli)- Find the root directory of a npm package + * [pretty-ms-cli](https://github.com/sindresorhus/pretty-ms-cli)- Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s * [repeating-cli](https://github.com/sindresorhus/repeating-cli)- Repeat a string - fast