index
:
hatask
master
A tasklist manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd.ha
Age
Commit message (
Collapse
)
Author
2025-01-15
Don't print key if getting a specific misc prop
HEAD
master
Julian Hurst
2025-01-15
Add get command to get misc properties from tasks
Julian Hurst
Unknown entries in the task metadata are now added to a misc map and can be gotten via the get command.
2024-11-19
Don't trim task content
Julian Hurst
2024-11-19
show: print all if no args are specified
Julian Hurst
2024-11-19
Support multiple arguments in 'show'
Julian Hurst
2024-11-15
Support tags
Julian Hurst
2024-11-15
Fix ioob error in done command
Julian Hurst
2024-11-15
Add task path to printed list
Julian Hurst
2024-11-15
Add -a flag to add a task
Julian Hurst
2024-11-15
Create config struct and pass to commands
Julian Hurst
2024-11-15
tsv -> format::tsv and add tests
Julian Hurst
2024-11-15
csv -> tsv
Julian Hurst
2024-11-15
Add csv command
Julian Hurst
2024-11-15
Remove useless field and add done command
Julian Hurst
2024-11-15
Better subcommand support, ids for tasks and ignore case
Julian Hurst
2024-11-15
Add write, show and filter commands
Julian Hurst