3

Is there some tool that can allow me to view an installed DocSet as something like a manpage? Maybe something along the lines of ri in ruby, godoc in Go, etc? I do most of my Objective-C coding in vim+Terminal and would like to be able to access and search the API docs from the terminal as well.

I've searched a good bit here on SO and have also seen a few 3p tools (AppleDocs seems nice, but appears geared for converting to DocSet, not from it) that are in the neighborhood, but nothing that I can find is set up to let me view from a shell.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
jgoldbg
  • 53
  • 7

1 Answers1

0

Try Dash. It's a GUI, but much more lightweight than opening Xcode just to use the organizer. It supports documentation searches from the command line using a custom URL scheme.

Eric Skroch
  • 27,381
  • 3
  • 29
  • 36
  • Thanks for that suggestion. Even just being able to use or wrap a CLI to navigate would be a welcome change :) – jgoldbg May 13 '13 at 20:52