shoka 0.4.0

A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! shoka — your repository bookshelf.

pub mod cache;
pub mod cli;
pub mod commands;
pub mod config;
pub mod gh;
pub mod paths;
pub mod remote;
pub mod state;
pub mod vcs;