Skip to content

Instantly share code, notes, and snippets.

@willgorman
Created June 1, 2021 02:24
Show Gist options
  • Save willgorman/9ae604115b96eca58c6663259e8e53fa to your computer and use it in GitHub Desktop.
Save willgorman/9ae604115b96eca58c6663259e8e53fa to your computer and use it in GitHub Desktop.
Install Dash docsets for all package dependencies of a Go module
go list -m -json all | jq -r ".Path" | while read line
do
open dash-install://repo_name=Go%20Docsets\&entry_name=$line
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment