dasht - API documentation in your terminal
dasht
[PATTERN] [DOCSET]...
dasht
dasht
'c - x'dasht
'c - x' bashdasht
'c - x' bash cssSearches for PATTERN in all installed Dash docsets, optionally searching
only in those whose names match DOCSETs, by calling dasht-query-html(1).
The results, if any, are then displayed in the w3m(1) terminal web browser,
which terminates when you press the q
key, just as typical UNIX pagers do.
If no results were found, says so on stderr and exits with a nonzero status.
Whitespace characters in PATTERN are treated as wildcards, whereas the
SQL LIKE wildcard characters %
and _
are not: they are taken literally.
Before searching, PATTERN is surrounded by whitespace wildcards so that it can match anywhere: beginning, middle, or end. As a result, if PATTERN is undefined, it becomes a whitespace wildcard and thereby matches everything.
DASHT_DOCSETS_DIR
$XDG_DATA_HOME/dasht/docsets/
or, if XDG_DATA_HOME
is undefined, $HOME/.local/share/dasht/docsets/
.w3m(1), dasht-query-html(1), dasht-docsets(1), Dash
Written in 2016 by Suraj N. Kurapati https://github.com/sunaku/dasht Distributed under the terms of the ISC license (refer to README file).