CLI

Config

Set default options for sharing.

View config

noro config

Output:

  config: ~/.noro/config.json

  ttl = 7d
  views = 2

Set defaults

noro config ttl 7d
noro config views 2
noro config peek true

Get single value

noro config ttl

Unset value

noro config ttl unset

Available keys

KeyValuesDescription
ttl1h/6h/12h/1d/7dDefault expiry
views1-5Default max views
peektrue/falseDefault peek setting
apiurlCustom API endpoint

Config file

Stored at ~/.noro/config.json (works on Mac, Linux, Windows).