Config

Usage

hs config [-h] [--system | --local | --user]

hs config get [-h] SECTION[...].VAR [-x] [-r] [--system | --user | --local | --default]

hs config set [-h] SECTION[...].VAR VALUE [--system | --user | --local]

hs config edit [-h] [--system | --user | --local]

hs config which [-h] SECTION[...].VAR [--site]

Description

Manage configuration.


Commands

get

Get configuration option.

set

Set configuration option.

edit

Edit configuration with default editor.

which

Show origin of configuration option.

Options

--system

Show system-level config path.

--user

Show user-level config path.

--local

Show local-level config path.