Skip to content

Configuration

Gastón Palomeque edited this page Feb 12, 2021 · 4 revisions

Out-of-the-box Kure needs no configuration. It sets default values, creates the configuration file and the database at:

  • Linux, BSD: $HOME/.kure
  • Darwin: $HOME/.kure or /.kure
  • Windows: %USERPROFILE%/.kure
  • Plan9: $home/.kure

However, you may want to store the configuration file elsewhere or use a different one, this can be done by setting the path to it in the KURE_CONFIG environment variable.

Moving forward to the configuration file, it must contain the location of the database (if the doesn't exist it will be automatically created) and you can specify the clipboard and session timeouts, the editor used and the path to the key file (if it isn't provided it will be asked every login).

Requirements

  • Linux, BSD: xsel, xclip, wl-clipboard or Termux:API add-on (termux-clipboard-get/set) to write to the clipboard.
  • macOS: none.
  • Windows: none.