I've seen there's other dictionaries you can add to OS X's Dictionary app, but all I can find is spoken languages. It'd be nice to, while reading a software book, be able to right click a unix function/keyword/etc and have it come up in Dictionary. Anyone know how to go about this? For Unix or any language/OS/kernel/etc.? I know they have Wikipedia built in, which would work, just wondering if there's anything more programming-specific.
Asked
Active
Viewed 654 times
1 Answers
3
Depending on your Version of MacOS X, you can create your own content for the Dictionary app. There's a lot of pre-generated material out there, and even a few additional tools to convert stuff from other sources.
- Dict.org converter for pre-Leopard
- mac-dictionary-kit for Leopard onwards. See blog entry for details - there's more blogs around, google will find you quite a few quotes.
- Ruby on Rails Documentation as Dictionary content
Basically you need your "dictionary" input to be well-formatted, and decide which field goes where.
Tatjana Heuser
- 765
- 4
- 7
-
ahh i figured there wouldn't be anything pre-made. thanks! – Marty Feb 06 '12 at 17:51