gitnu 0.4.7

gitnu indexes your git status so you can use numbers instead of filenames.
Documentation
1
2
3
4
5
use std::env::{args, current_dir};

fn main() {
    gitnu::parse(args(), current_dir().unwrap_or_default()).run();
}