37

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.

galoget
  • 3,023
Robert
  • 471

5 Answers5

55

You might want to check out Zeal. I just started implementing it this weekend. It's intended to be a documentation browser like Dash, working on Linux.

Here is a screenshot:

Zeal Screenshot

user10962
  • 2,619
jkozera
  • 651
16

Perhaps devdocs.io would be an option. It is also available as app extension for google chrome.

enter image description here

Stef K
  • 4,886
4

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

Tachyons
  • 17,455
1

For JQuery there is JQAPI. You can even install it as package!

$ sudo apt-get install jquery-alternative-doc

Then browse to this file in your browser.

file:///usr/share/doc/jquery-alternative-doc/index.html
galoget
  • 3,023
fedorn
  • 139
0

If you use emacs then give helm-dash a try.

dshepherd
  • 358