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¶
getGet configuration option.
setSet configuration option.
editEdit configuration with default editor.
whichShow origin of configuration option.
Options¶
--systemShow system-level config path.
--userShow user-level config path.
--localShow local-level config path.