Compare commits

..

4 commits
v0.1.2 ... main

Author SHA1 Message Date
inx
a1da786ed1
chore: update README 2026-01-28 23:09:36 +08:00
inx
665774a981
chore: include tests in release artifacts for verification 2026-01-28 23:07:00 +08:00
inx
b980a6907b
chore: add install method in README 2026-01-28 22:06:26 +08:00
inx
692800c5d9
chore: bump version 2026-01-28 21:59:36 +08:00
3 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "naj" name = "naj"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
description = "Manage your digital selves. (Derived from Old Chinese /*ŋˤajʔ/ 'I/Me')" description = "Manage your digital selves. (Derived from Old Chinese /*ŋˤajʔ/ 'I/Me')"
authors = ["INX <inx@inx.wf>"] authors = ["INX <inx@inx.wf>"]
@ -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