Skip to content

Backend

Gabriele Alfarano edited this page Oct 3, 2024 · 4 revisions

Directory

basilk creates two files: the database file and the configuration file, both located inside this directory

Linux
~/.config/basilk

macOS
~/Library/Application Support/basilk

Windows
<USER>\AppData\Roaming\basilk

Database

the data structure is saved in the .json format. The filename changes depending on the revision of the schema. When the schema changes, basilk automatically applies the migration to the file

Here are current revisions:

Filename Version Migration
6ad96 0.1.0 Initial
911fc 0.2.0 Add priority for tasks

Configuration

the config.toml file is currently structured as follows:

[ui]
# show_help = bool
show_help = true
# show/hide the helper footer

other configurations will be added in the future

Clone this wiki locally