aimcal-cli 0.12.1

AIM - Analyze. Interact. Manage Your Time, with calendar support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Development configuration file for AIM
# Used during local development and testing

[core]
# Use a calendar directory in the repository for development
# Paths are relative to this file's location (cli/), so ../.dev/ reaches the project root
calendar_path = "../.dev/calendar"

# Store state in a local directory
state_dir = "../.dev/state"

# Default due time for new tasks
default_due = "1d"

# Default priority for new tasks (valid: none, low/8, mid/5, high/2, 1-9)
default_priority = "mid"