vig 0.13.0

Read-only TUI cockpit for busy repositories - git, GitHub PRs/CI/projects, containers and processes at a glance
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod constraint;
#[cfg(test)]
mod guide_examples;
pub mod keymap_builder;
pub mod loader;
pub mod merge;
pub mod repo;
pub mod source;
pub mod trust;

pub use loader::{Config, LoadedPageConfig, ProjectsBoard};

#[cfg(test)]
pub use keymap_builder::build_keymap;
#[cfg(test)]
pub use loader::{load_git_page_config, load_github_page_config};