git_quick_add/models/
path_items.rs

1#[derive(Clone, Debug)]
2pub struct PathItems {
3    pub path: String,
4    pub is_staged: bool,
5    pub is_selected: bool,
6}