Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 929 Bytes

configuration.md

File metadata and controls

49 lines (34 loc) · 929 Bytes

Configuration

Editing the configuration

organize has a default config file if no other file is given.

To edit the default configuration file:

$ organize edit  # opens in $EDITOR
$ organize edit --editor=vim
$ EDITOR=code organize edit

To open the folder containing the configuration file:

$ organize reveal
$ organize reveal --path  # show the full path to the default config

To check your configuration run:

$ organize check
$ organize check --debug  # check with debug output

Running and simulating

To run / simulate the default config file:

$ organize sim
$ organize run

To run / simulate a specific config file:

$ organize sim [FILE]
$ organize run [FILE]

Environment variables

  • ORGANIZE_CONFIG - The path to the default config file.
  • NO_COLOR - if this is set, the output is not colored.
  • EDITOR - The editor used to edit the config file.