SkillAgentSearch skills...

Rubydictionary

RDoc generator that turns ruby documentation into Dictionary.app file on Mac.

Install / Use

/learn @priithaamer/Rubydictionary
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This gem adds rubydictionary formatter to RDoc.

Prerequisites

You will need latest Command Line Tools for Xcode.

Dictionary Development Kit

Since OS X Mountain Lion, Dictionary Development Kit required to build dictionaries is not included by default with developer tools.

Dictionary Development Kit can be downloaded from Downloads for Apple Developers page and it is inside Auxiliary Tools for Xcode package. You must copy Dictionary Development Kit manually to /Developer/Extras folder.

Install

gem install rubydictionary

Building dictionary

Run rubydictionary in your source code directory. For example for source of Sinatra:

rubydictionary \
			--dict-name=Sinatra \
			--dict-id=com.sinatrarb.Dictionary

If everything goes well, you should now have Sinatra.dictionary file under ./doc/objects directory. Drop it into ~/Library/Dictionaries/ folder.

If Dictionary Development Kit is located somewhere else than in /Developer/Extras (which is recommended in 10.9+), you can specify the path for it with --kit-path option:

	rubydictionary \
			--dict-name=Sinatra \
			--dict-id=com.sinatrarb.Dictionary \
			--kit-path=~/Source/DictionaryDevKit

Authors

See the Github contributors page.

Links

View on GitHub
GitHub Stars78
CategoryDevelopment
Updated1mo ago
Forks6

Languages

Ruby

Security Score

80/100

Audited on Feb 20, 2026

No findings