cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
at main 26 lines 1.2 kB view raw view rendered
1--- 2title: Task Tips and Best Practices 3sidebar_label: Best Practices 4description: Practical guidance for staying productive with tasks. 5sidebar_position: 10 6--- 7 8# Task Tips and Best Practices 9 10**Start with simple workflows**: Don't over-organize initially. Use basic priorities and projects before adding contexts, tags, and dependencies. 11 12**Review regularly**: Use `task list` daily to check pending work. Weekly reviews help catch stale tasks. 13 14**Use contexts for GTD**: If following Getting Things Done, contexts help filter tasks by what you can do right now. 15 16**Project-based work**: For complex initiatives, use projects to group tasks and dependencies to order work. 17 18**Time tracking for accountability**: Even rough time tracking reveals where hours go and helps with estimates. 19 20**Recurrence for habits**: Use recurring tasks for daily/weekly habits, but keep the list short to avoid clutter. 21 22**Tags for cross-cutting concerns**: Use tags for themes that span projects: `urgent`, `blocked`, `waiting-on-feedback`, `quick-win`. 23 24**JSON output for scripts**: Use `--json` flag with scripting to build custom reports and integrations. 25 26For CLI command reference, run `noteleaf task --help` or explore the inline help on each subcommand.