Add 4 more things

This commit is contained in:
Adam Harris 2015-10-08 12:53:20 -06:00
parent a356455e1e
commit daa4829873
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### OS X
* [bundle-id-cli](https://github.com/sindresorhus/bundle-id-cli)- Get bundle identifier from a bundle name (OS X): Safari → com.apple.Safari
* [bundle-name-cli](https://github.com/sindresorhus/bundle-name-cli)- Get bundle name from a bundle identifier (OS X): com.apple.Safari → Safari
* [osx-version-cli](https://github.com/sindresorhus/osx-version-cli)- Get the OS X version of the current system
* [osx-wifi-cli](https://github.com/danyshaanan/osx-wifi-cli)- A cli for managing wifi connections on OSX
@ -144,4 +148,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [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
* [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli)- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns
* [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli)- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns
* [yosay](https://github.com/yeoman/yosay)