Compare commits

..

3 commits
v0.1.3 ... main

3 changed files with 12 additions and 2 deletions

View file

@ -9,7 +9,7 @@ readme = "README.md"
homepage = "https://github.com/dotinx/naj" homepage = "https://github.com/dotinx/naj"
repository = "https://github.com/dotinx/naj" repository = "https://github.com/dotinx/naj"
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
exclude = ["tests/", "scripts/",] exclude = ["scripts/","assets/"]
[dependencies] [dependencies]

View file

@ -1,4 +1,6 @@
# Naj (我 `/*ŋˤajʔ/`) # Naj
![Naj Banner](assets/naj-banner.jpg)
**Naj** is a lightweight, secure, and idempotent wrapper for Git, written in Rust. It solves the chaos of managing multiple Git identities (Work vs. Personal) by strictly isolating configurations and preventing accidental identity leaks. **Naj** is a lightweight, secure, and idempotent wrapper for Git, written in Rust. It solves the chaos of managing multiple Git identities (Work vs. Personal) by strictly isolating configurations and preventing accidental identity leaks.
@ -12,9 +14,17 @@
## 📦 Installation ## 📦 Installation
### From Cargo
```bash
cargo install naj
```
### From Source ### From Source
```bash ```bash
git clone https://github.com/dotinx/naj.git
cd naj
cargo install --path . cargo install --path .
``` ```

BIN
assets/naj-banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB