Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1da786ed1 | |||
| 665774a981 | |||
| b980a6907b |
3 changed files with 12 additions and 2 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -1,4 +1,6 @@
|
||||||
# Naj (我 `/*ŋˤajʔ/`)
|
# Naj
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**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
BIN
assets/naj-banner.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Loading…
Add table
Reference in a new issue