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)
Re-exports§
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§
- formatting
- note_
table - Terminal rendering for note lists.
- project_
table - Terminal rendering for project lists.
- resource_
table - Terminal rendering for resource lists.
- task_
table