diff options
-rw-r--r-- | readme.md | 8 | ||||
-rw-r--r-- | times.csv | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/readme.md b/readme.md index 65bd3bc..3756a22 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -``` +```text Usage: whenwasit [options] PATH ``` @@ -11,12 +11,12 @@ Use the `--format` flag *(`-f`)* to switch between outputting `json` or `csv`. the default is `csv`. The flag `--ignore` can be used to ignore paths relative to -the one whenwasit was given. See [.whenwasit-ignore](/.whenwasit-ignore) +the one whenwasit was given. See [.whenwasit-ignore](tree/.whenwasit-ignore) as an example. For an example on how you might use whenwasit as a git hook, see -[pre-commit](/pre-commit). It runs whenwasit before commit, -makes the file [times.csv](/times.csv), and adds it to the commit. +[pre-commit](tree/pre-commit). It runs whenwasit before commit, +makes the file [times.csv](tree/times.csv), and adds it to the commit. **CSV Output Definition:** because there are varying ways to make a CSV, it's described in detail below. diff --git a/times.csv b/times.csv index c6c916b..a710a0c 100644 --- a/times.csv +++ b/times.csv @@ -1,10 +1,10 @@ ,1692916976,1699270889,1699270890 -Cargo.toml,1692916976,1699270917,1699270918 +Cargo.toml,1692916976,1699270917,1699270954 .whenwasit-ignore,1692930937,1692937439,1693004271 -times.csv,1693021142,1699270954,1693359203 +times.csv,1693021142,1699271451,1699270956 Cargo.lock,1692916991,1692927476,1692931525 -readme.md,1692917240,1693021126,1693021142 -.gitignore,1692916976,1693942574,1693942574 +readme.md,1692917240,1699271426,1699271426 +.gitignore,1692916976,1693942574,1699270954 .rustfmt.toml,1692917231,1692917231,1692919305 pre-commit,1692931609,1693020891,1693021142 .cargo,1693941960,1693941966,1693941976 |