# HG changeset patch # User alys # Date 2019-06-08 21:03:36 # Node ID 36a04b939ac03c47a8432544bacbf7a21afcd22d # Parent db7897d309922c86664619a8409dd18030f32cfa Update documentation and TODO. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A small tool to make sure all your ducks are in a row in your project. -If you're a relatively new Clojure programmer, you might find this interesting as it's a realistic program but isn't too complicated — there's little code and no extermal dependencies. +If you're a relatively new Clojure programmer, you might find this interesting as it's a realistic program but isn't too complicated — there's little code and no extermal dependencies[^except]. + +[^except]: The one exception is test.check, but that's only used for testing. ## Installation diff --git a/TODO.taskpaper b/TODO.taskpaper --- a/TODO.taskpaper +++ b/TODO.taskpaper @@ -3,8 +3,13 @@ Lingering edge cases: - User doesn't have hg, git, etc. - - User has hg but not chg (fallback to ) + - User has hg but not chg (fallback to hg) Git support: - - List untracked files - - Determine based on presence of directory. + - List untracked files @done + - Determine based on presence of directory. @done + +Niceties: + - `--help` and `--version` + - Maybe support choosing a directory instead of always using cwd? + - Allow users to disable checks