Compare commits
No commits in common. "main" and "v0.1.2" have entirely different histories.
3 changed files with 3 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "naj"
|
name = "naj"
|
||||||
version = "0.1.3"
|
version = "0.1.2"
|
||||||
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 = ["scripts/","assets/"]
|
exclude = ["tests/", "scripts/",]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -1,6 +1,4 @@
|
||||||
# Naj
|
# Naj (我 `/*ŋˤajʔ/`)
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
**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.
|
||||||
|
|
||||||
|
|
@ -14,17 +12,9 @@
|
||||||
|
|
||||||
## 📦 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 .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB |
Loading…
Add table
Reference in a new issue