Hacker News new | ask | show | jobs
by manaskarekar 2446 days ago
Apart from the awesomeness that is `rustup doc`, check out `Zeal` https://zealdocs.org/.

It lets you download offline doc "packs" and search through them quickly.

This is inspired by Dash: https://kapeli.com/dash.

2 comments

Is it inspired or a direct port? And are all doc sets supported? I have to admit that I use Dash way to often even though it’s just a glorified man page reader :) But I do miss it on windows and Linux.
It doesn't seem like a direct port, but it does use all the doc sets provided by Dash.
That doesn't seem too useful for Rust, where you can just run `cargo doc` to build a doc site covering your exact dependencies.