# DASHT-DOCSETS-INSTALL 1       2020-05-16                            2.4.0

## NAME

dasht-docsets-install - installs new [Dash] docsets

## SYNOPSIS

`dasht-docsets-install` [*OPTION*...] [*NAME*...]

### Examples

`dasht-docsets-install`
  Installs all new [Dash] docsets currently available.

`dasht-docsets-install` sh
  Installs new [Dash] docsets whose names contain "sh".

`dasht-docsets-install` sh 'c$'
  Installs new [Dash] docsets whose names contain "sh" or end in "c".

## DESCRIPTION

Installs new [Dash] docsets whose names match the *NAME* regex(7) patterns.
If no *NAME*s are given, all new docsets available for install are matched.
Unless forced, this operation prompts you to confirm it for every match.

## OPTIONS

`-f`, `--force`
  Forces the operation by overriding the interactive confirmation prompt.

## ENVIRONMENT

`DASHT_DOCSETS_DIR`
  Defines the filesystem location where your [Dash] docsets are installed.
  If undefined, its value is assumed to be `$XDG_DATA_HOME/dasht/docsets/`
  or, if `XDG_DATA_HOME` is undefined, `$HOME/.local/share/dasht/docsets/`.

`DASHT_CACHE_DIR`
  Defines the filesystem location where download links are cached.
  If undefined, its value is assumed to be `$XDG_CACHE_HOME/dasht/`
  or, if `XDG_CACHE_HOME` is also undefined, `$HOME/.cache/dasht/`.

## SEE ALSO

dasht-docsets-extract(1), dasht-docsets-update(1), dasht-docsets-remove(1),
dasht-docsets(1), [Dash]

[Dash]: https://kapeli.com/dash

## AUTHOR

Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
Distributed under the terms of the ISC license (refer to README file).