Skip to content

chusiang/jq-dash-docset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq-dash-docset

jq dash docset with no external dependencies.

Install docset in dash

Search for "jq" under "User Contributed Docsets" in dash.

Alternatively download or clone this repo and in dash under "Docsets" preferences tab press "+", select "Add Local Docset" and browse to where you downloaded and select "jq.docset".

Install docset in zeal

Go to https://zealusercontributions.now.sh/ and search for jq.

Build docset yourself

docker build -t jqdocset - < Dockerfile && \
docker run --rm -v "$PWD:$PWD" -w "$PWD" jqdocset ./build_docset.sh

Now there should be a jq.docset directory that can be added as local docset and a contrib directory with files suitable to submit as a user contributed docset.

License

https://github.com/stedolan/jq/blob/master/COPYING

About

Tools to generate jq dash docset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.8%
  • Other 2.2%