-
Notifications
You must be signed in to change notification settings - Fork 14
Backend
Gabriele Alfarano edited this page Oct 3, 2024
·
4 revisions
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
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 |
the config.toml file is currently structured as follows:
[ui]
# show_help = bool
show_help = true
# show/hide the helper footerother configurations will be added in the future