gitnu 0.6.2

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

[[bin]]
bench = false
name = "git-nu"
path = "core/main.rs"
test = false
[dependencies.atty]
version = "0.2.14"
[dev-dependencies.criterion]
version = "0.4"

[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"
version = "0.6.2"