Skip to content

Configuration

sysid edited this page Mar 17, 2024 · 1 revision

Database

Location of the database must be configured via environment variable:

# 1. initialize the database
bkmr create-db your-db_path

# 2. set the environment variable
export "BKMR_DB_URL=your-db-path"

FZF Customization

You can set (not required) this variable to change --fzf mode default options:

export "BKMR_FZF_OPTS=--reverse --height 20% --show-tags"

Currently available flags:

  • --reverse (defaults to false): show input line on top and reverse alphabetical order
  • --height (defaults to 50%): screen usage of current terminal
  • --show-tags (defaults to false): show tags
Clone this wiki locally