reponest 0.1.0-alpha

A TUI/CLI tool for managing multiple git repositories written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Typos configuration for reponest
# See https://github.com/crate-ci/typos

[default.extend-words]
# Project-specific words that are not typos
reponest = "reponest"
clippy = "clippy"
rustfmt = "rustfmt"
tokio = "tokio"
ratatui = "ratatui"
crossterm = "crossterm"
libgit2 = "libgit2"
rayon = "rayon"