A docset of The Events Calendar WordPress plugin by Modern Tribe for the popular Mac OS X app, Dash.
- Download a Zip archive of this repository
- Extract the file to your Desktop
- Copy The Events Calendar.docset to
~/Library/Application Support/Dash/Docsets/The Events Calendar
- Launch Dash
- Open Dash's Preferences (⌘,) then select the Docsets tab
- Click the Rescan button
- The Events Calendar will appear in the list of installed Docsets
If you prefer using a Terminal to the Finder, use the following commands:
mkdir -p ~/"Library/Application Support/Dash/DocSets/The Events Calendar" && cd "$_"
curl -#OkL https://github.com/ryanjbonnell/The-Events-Calendar.docset/archive/master.tar.gz
tar -xzf master.tar.gz --strip-components 1 && rm master.tar.gz
open "The Events Calendar.docset"
An even more succinct version is:
mkdir -p ~/"Library/Application Support/Dash/DocSets/The Events Calendar" && cd "$_" && curl -#kL https://github.com/ryanjbonnell/The-Events-Calendar.docset/archive/master.tar.gz | tar -xz --strip-components 1 && open "The Events Calendar.docset"
Version 3.5.1 (01 April 2014)