diff options
-rw-r--r-- | readme.md | 6 | ||||
-rw-r--r-- | times.csv | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/readme.md b/readme.md index c50fd7b..30186b2 100644 --- a/readme.md +++ b/readme.md @@ -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](../tree/.whenwasit-ignore) +the one whenwasit was given. See [.whenwasit-ignore](whenwasit-ignore) as an example. For an example on how you might use whenwasit as a git hook, see -[pre-commit](../tree/pre-commit). It runs whenwasit before commit, -makes the file [times.csv](../tree/times.csv), and adds it to the commit. +[pre-commit](pre-commit). It runs whenwasit before commit, +makes the file [times.csv](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 4a09fb2..2c4fe1c 100644 --- a/times.csv +++ b/times.csv @@ -1,9 +1,9 @@ ,1692916976,1699270889,1699270890 Cargo.toml,1692916976,1699270917,1699270954 .whenwasit-ignore,1692930937,1692937439,1693004271 -times.csv,1693021142,1699271632,1699271594 +times.csv,1693021142,1703552115,1699271634 Cargo.lock,1692916991,1692927476,1692931525 -readme.md,1692917240,1699271622,1699271622 +readme.md,1692917240,1703551928,1703551928 .gitignore,1692916976,1693942574,1699270954 .rustfmt.toml,1692917231,1692917231,1692919305 pre-commit,1692931609,1693020891,1693021142 @@ -12,4 +12,4 @@ pre-commit,1692931609,1693020891,1693021142 .vscode,1693017160,1693017160,1693017160 .vscode/settings.json,1693017160,1693017166,1693017166 src,1692916976,1692916976,1692917221 -src/main.rs,1692916976,1693020614,1693020676 +src/main.rs,1692916976,1701572812,1701572813 |