From ef97845758704d320cbe3bb193b90ad785cac964 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Sun, 26 Jul 2015 08:18:18 -0600 Subject: [PATCH] Add indent-string-cli and string-width-cli --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14763fc..7fcbd3a 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,14 @@ * [fortune](http://brew-formulas.com/formula/fortune) +* [indent-string-cli](https://github.com/sindresorhus/indent-string-cli)- Indent each line in a string + * [kill-tabs](https://github.com/sindresorhus/kill-tabs)- Kill all Chrome tabs to improve performance, decrease battery usage, and save memory * [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli)- Open the URL from a web shortcut file in the browser * [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli)- Get the URL from a web shortcut file +* [string-width-cli](https://github.com/sindresorhus/string-width-cli)- Get the visual width of a string - the number of columns required to display it + * [yosay](https://github.com/yeoman/yosay)