Skip to content

Settings

Ismael Sh edited this page Dec 6, 2022 · 3 revisions

The settings of the Notya is a simple JSON file, it must be represented as .settings.json. You do not have to worry about creating the settings/config file manually, it will be created automatically whenever you execute the Notya.

Default settings file:

{
    "editor": "vi",
    "local_path": "~/notya/"
}

To see your configuration:

Run > notya settings

notya settings display

To edit settings:

Run > notya settings edit

notya settings edit
Clone this wiki locally