Skip to main content

Crate tij

Crate tij 

Source
Expand description

Tij - Text-mode Interface for Jujutsu

A TUI application for the Jujutsu version control system.

This library provides:

  • app: Application state and logic
  • jj: Jujutsu command execution and parsing
  • keys: Key binding definitions
  • model: Domain models
  • trace: Agent Trace (AI code attribution) reader
  • ui: User interface components

Modulesยง

app
Application module
jj
jj command execution layer
keys
Keybinding definitions for Tij
model
Data models for Tij
trace
Agent Trace (AI code attribution) reader
ui
UI layer