avagordon01 / docs-viewer

terminal documentation viewer with live / interactive fuzzy search

Repository from Github https://github.comavagordon01/docs-viewerRepository from Github https://github.comavagordon01/docs-viewer

docs viewer

terminal documentation viewer with live / interactive fuzzy search

how it works

  • download docsets (approximately standard apple/xcode format for documentation bundles, basically tree of HTML, and sqlite index)
  • fuzzy search them with sqlite full-text-search trigram index
  • present the results interactively using textual
  • present the docs themselves in the terminal by converting the HTML to markdown and then using textual markdown widget

About

terminal documentation viewer with live / interactive fuzzy search


Languages

Language:Python 99.5%Language:Shell 0.5%