Expand description
Terminal rendering for all entity lists.
Each submodule owns the table layout for its entity type:
task_table—todo list,todo searchnote_table—todo note listproject_table—todo project listresource_table—todo resource listformatting— shared helpers (truncate, due text, colors)next_tablecalendar
Re-exports§
pub use next_table::display_next;pub use note_table::display_notes;pub use project_table::display_projects;pub use resource_table::display_resources;pub use task_table::display_lists;
Modules§
- calendar
- Calendar rendering for
todo calendar. - formatting
- next_
table - Terminal rendering for
todo next. - note_
table - Terminal rendering for note lists.
- project_
table - Terminal rendering for project lists.
- resource_
table - Terminal rendering for resource lists.
- task_
table - Terminal rendering for task lists.