
NAME
Draku -- Documentation viewer for Raku
SYNOPSIS
# Browse installed modules and core docs
draku
# View inline documentation for a module
draku Color
# Search the core docs for a phrase
draku search List
DESCRIPTION
This is a system for viewing raku pod in a terminal console.
It finds modules and extracts inline documentation.
It also greps through the core documentation.
Data is stored in ~/.config/draku or the equivalent if XDG_CONFIG_HOME is set.
Screenshots!
Things that are currently supported:
listing and browsing modules
searching through core documentation
rendering pod in the console and scrolling through it
various pod elements: titles, subtitles, headings etc
TODO
More documentation! More features!
AUTHOR
Brian Duggan