Skip to content

Stack cmd to produce docset(s) for https://kapeli.com/dash or http://zealdocs.org/ #491

Closed
@dysinger

Description

@dysinger

I would like to be able to quickly generate docsets for zeal (or dash.app) for a project. Offline hotkey search of APIs is handy.

Currently I use the cabal based dash-haskell with some command line foo:
cabal list --installed|grep -e '^\*'|sed 's/\* //g'|parallel --no-notice dash-haskell -o ~/.local/share/Zeal/Zeal/docsets
... but it doesn't yet work with cabal 1.22 and I'm lazily relying on my .zsh_history to remember how to type that.

It would be handy to have stack do this sort of thing for me.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions