gor-cli 0.2.0

A Rust CLI for GitHub — a 'gh' clone
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# typos-cli configuration for the `gor` project.
# Run with `typos` (or let pre-commit / CI run it).
# See https://github.com/crate-ci/typos/blob/HEAD/docs/reference.md

[default.extend-words]
# Common false positives for a GitHub CLI tool. Add project-specific tokens here.
ba = "ba"
crate = "crate"
pn = "pn"
recieve = "receive"
# Valid crate names — not typos.
ratatui = "ratatui"
pitty = "pitty"

[files]
# Don't spellcheck lockfiles or build output.
extend-exclude = ["Cargo.lock", "*.lock", "target/"]