dasht-server - runs a local search engine for your web browser
dasht-server
[PORT]
dasht-server
dasht-server
8080Runs a local search engine on PORT number, at http://127.0.0.1:PORT, which can only be accessed by web browsers running on the local machine. If no PORT number is specified, then its value is assumed to be 54321.
The search engine's URL is printed to stdout, for the user's reference, which can be used to launch a web browser along with the search engine:
dasht-server | xargs -n1 w3m
DASHT_DOCSETS_DIR
$XDG_DATA_HOME/dasht/docsets/
or, if XDG_DATA_HOME
is undefined, $HOME/.local/share/dasht/docsets/
.socat(1), dasht-server-http(1), dasht-docsets(1), dasht(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).