gitnu 0.1.1

gitnu indexes your git status so you can use numbers instead of filenames.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env zsh

build() {
  rm -rf target
  cargo build
  cargo build --release
}

[[ $1 = 'b' ]] && build

du -sh target/*/gitnu