muffintui 0.1.14

A terminal workspace that combines a file tree, editor, shell, and embedded Codex pane
Documentation
1
2
3
4
5
6
7
8
9
pub mod app;
pub mod cli;
pub mod codex;
pub mod file_tree;
pub mod remote;
pub mod syntax;
pub mod terminal;
pub mod theme;
pub mod ui;