aboutsummaryrefslogtreecommitdiff
path: root/hatask.ha
AgeCommit message (Collapse)Author
2025-01-15Add get command to get misc properties from tasksJulian Hurst
Unknown entries in the task metadata are now added to a misc map and can be gotten via the get command.
2025-01-15Update code to compile with new Hare versionJulian Hurst
append may now return an error so asserts were added
2024-12-05Support sorting by last modification dateJulian Hurst
2024-12-05Don't shadow scannerJulian Hurst
Not sure what shadowing a variable that has a deferred finish on it does
2024-11-19Don't trim task contentJulian Hurst
2024-11-15Add debug to config and improve printconfigJulian Hurst
2024-11-15const -> let for sortfnJulian Hurst
2024-11-15Add debug flag (-d)Julian Hurst
2024-11-15Support -t flag and tags config field for filtering tasks by tagsJulian Hurst
2024-11-15Support tagsJulian Hurst
2024-11-15Support sorting by priority (-p flag)Julian Hurst
2024-11-15Support an ini config fileJulian Hurst
2024-11-15Add -c flag to filter context and fix contextJulian Hurst
Context now filters subtask folders as intended.
2024-11-15Better rtaskerror handlingJulian Hurst
2024-11-15Fix reading subtasksJulian Hurst
2024-11-15Add -a flag to add a taskJulian Hurst
2024-11-15Create config struct and pass to commandsJulian Hurst
2024-11-15Add -f flag to specify tasks directoryJulian Hurst
2024-11-15Defer finish before sortJulian Hurst
2024-11-15csv -> tsvJulian Hurst
2024-11-15Add csv commandJulian Hurst
2024-11-15Remove useless field and add done commandJulian Hurst
2024-11-15Better subcommand support, ids for tasks and ignore caseJulian Hurst
2024-11-15Add write, show and filter commandsJulian Hurst
2024-11-15Implement reading task metaJulian Hurst
2024-11-15Initial commitJulian Hurst