README.md in osxsub-0.1.2 vs README.md in osxsub-0.2.0
- old
+ new
@@ -5,11 +5,11 @@
Basic usage is like this:
$ echo "Copyright (c) 2013 Mark Wunsch" | osxsub
Copyright © 2013 Mark Wunsch
-Text Substitutions are available for a handful of Mac applications, and can be set up by going to `System Preferences -> Language & Text` and selecting the `Text` tab.
+Text Substitutions are available for a handful of Mac applications, and can be set up by going to `System Preferences -> Keyboard` and selecting the `Text` tab.
Read more about OS X Text Substitution:
+ [_How to use text substitution in Snow Leopard_ -- Macworld](http://www.macworld.com/article/1142708/slsubstitutions.html)
+ [_Mac 101: Making Text Replacement Work_ -- TUAW](http://www.tuaw.com/2009/12/31/mac-101-making-text-replacement-work/)
@@ -38,23 +38,26 @@
## Clear all your preferences.
$ osxsub --repl
## Start an interactive session to test out substitutions.
+Note: Somewhere between OS X Mavericks and Yosemite the text substitution engine got a little out of whack. If you use osxsub, you might notice that your custom shortcuts do not appear in `System Preferences`.
+Because of some weird iCloud sync thing there's also some Core Data database lurking around that complicates all of this. I'm working on trying to make osxsub work well in our new C L O U D W O R L D.
+In the mean time, read more about this strange behavior here: http://apple.stackexchange.com/questions/124048/where-is-the-replace-with-list-stored
+
## Installation
-A Homebrew Formula is available, but has yet to be moved to the master Homebrew repo: https://gist.github.com/4657560
+ brew install https://raw.github.com/mwunsch/osxsub/master/share/osxsub.rb
Alternatively, `osxsub` is available as a Rubygem.
$ gem install osxsub
Or clone the repository and put the `bin` directory somewhere on your `$PATH`.
## TODO
+ Manpages
-+ OS X Service
+ Documentation
+ Tests
-Copyright © 2013 Mark Wunsch.
+Copyright © 2013 - 2015 Mark Wunsch.