Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've seen my friend enjoy using Dash, in which you could look up all kinds of language document, Java, c#, Android, Javascript, JQuery, etc. That makes life much much more easier!! Does Anyone knows if there's alternative on Ubuntu? I search desperately but no

Dash: Code snippet manager and Cocoa documentation browser.

share|improve this question

4 Answers

You might want to check out https://github.com/jkozera/zeal. I just started implementing it this weekend. It's intended to be a documentation browser like Dash, working on Linux.

share|improve this answer

devhelp Install devhelp may help you

Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.

website

screenshot

enter image description here

share|improve this answer

For Ruby, Rails and some other ruby gems you could use http://railsapi.com/. You can use it online or download. For JQuery there is http://jqapi.com/. You can even install it as package!

sudo apt-get install jquery-alternative-doc

then browse to file:///usr/share/doc/jquery-alternative-doc/index.html in your browser.

share|improve this answer

You can try Ingredients, which works for iPhone and Cocoa.

share|improve this answer
1  
Can you provide a link to the app, and give an explanation to it? – gkya Oct 29 '12 at 17:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.