pinto-cli 0.3.1

A lightweight, local-first, Git-friendly Scrum backlog and Kanban board for the CLI and TUI
Documentation
1
2
3
4
5
6
7
8
9
10
//! Unit tests for the Kanban view model, layout, wrapping, and rendering.

mod display_scope;
mod fixtures;
mod popup;
mod render;
mod search_input;
mod tree;
mod view;
mod wrap;