gitnu 0.4.1

gitnu indexes your git status so you can use numbers instead of filenames.
Documentation
[[bin]]
bench = false
name = "gitnu"
path = "core/main.rs"
test = false

[[test]]
name = "integration"
path = "tests/main.rs"

[lib]
doctest = false
path = "core/lib.rs"

[package]
authors = ["Nguyen Vu Khang <brew4k@gmail.com>"]
autotests = false
categories = ["command-line-utilities"]
description = "gitnu indexes your git status so you can use numbers instead of filenames.\n"
documentation = "https://github.com/nguyenvukhang/gitnu"
edition = "2021"
homepage = "https://github.com/nguyenvukhang/gitnu"
keywords = ["git"]
license = "MIT"
name = "gitnu"
readme = "README.md"
repository = "https://github.com/nguyenvukhang/gitnu"
resolver = "2"
version = "0.4.1"