Description:
Update documentation and TODO.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r35:36a04b939ac0 -

@@ -2,7 +2,9
2
2
3 A small tool to make sure all your ducks are in a row in your project.
3 A small tool to make sure all your ducks are in a row in your project.
4
4
5 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.
5 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].
6
7 [^except]: The one exception is test.check, but that's only used for testing.
6
8
7 ## Installation
9 ## Installation
8
10
@@ -3,8 +3,13
3
3
4 Lingering edge cases:
4 Lingering edge cases:
5 - User doesn't have hg, git, etc.
5 - User doesn't have hg, git, etc.
6 - User has hg but not chg (fallback to )
6 - User has hg but not chg (fallback to hg)
7
7
8 Git support:
8 Git support:
9 - List untracked files
9 - List untracked files @done
10 - Determine based on presence of directory.
10 - Determine based on presence of directory. @done
11
12 Niceties:
13 - `--help` and `--version`
14 - Maybe support choosing a directory instead of always using cwd?
15 - Allow users to disable checks
You need to be logged in to leave comments. Login now