kono-wt 1.1.0

A single-binary CLI + TUI for managing Git worktrees and their GitHub pull requests.
Documentation
1
2
3
4
//! Shared utilities: fuzzy matching, filesystem helpers, and editor resolution.

pub mod editor;
pub mod fuzzy;