A docset of the Advanced Custom Fields WordPress plugin by Elliot Condon for the popular Mac OS X app, Dash.
- Download a Zip archive of this repository
- Extract the file to your Desktop
- Copy Advanced Custom Fields.docset to
~/Library/Application Support/Dash/Docsets/Advanced Custom Fields
- Launch Dash
- Open Dash's Preferences (⌘,) then select the Docsets tab
- Click the Rescan button
- Advanced Custom Fields 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/Advanced Custom Fields" && cd "$_"
curl -#OkL https://github.com/ryanjbonnell/Advanced-Custom-Fields.docset/archive/master.tar.gz
tar -xzf master.tar.gz --strip-components 1 && rm master.tar.gz
open "Advanced Custom Fields.docset"
An even more succinct version is:
mkdir -p ~/"Library/Application Support/Dash/DocSets/Advanced Custom Fields" && cd "$_" && curl -#kL https://github.com/ryanjbonnell/Advanced-Custom-Fields.docset/archive/master.tar.gz | tar -xz --strip-components 1 && open "Advanced Custom Fields.docset"
Version 4.3.7 (18 April 2014)