workbloom 0.9.1

A Git worktree management tool with automatic file copying
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod commands;
pub mod config;
pub mod file_ops;
pub mod git;
pub mod multiplexer;
pub mod output;
pub mod tmux;

use anyhow::Result;

pub fn run() -> Result<()> {
    Ok(())
}