aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-10-03 17:47:23 +0200
committerTeddy Wing2020-10-03 17:47:23 +0200
commit55df32511a9050c0966e40d330b164c14abc1003 (patch)
tree9bd3b66d3a3ebcc39c630e99a6d73886b6916ffa
parent9bf60812f53f47a3c05b9a8412e45d1f633f7f3f (diff)
downloadgit-todo-55df32511a9050c0966e40d330b164c14abc1003.tar.bz2
Add README
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..361e167
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+git-todo
+========
+
+Output TODO lines since `master` or a specified ref.
+
+
+## Example
+
+ $ git todo b0aa9334017e433225175d323732472c35f51aed
+ src/lib.rs:38: if l.contains("TODO") {
+ src/main.rs:38: // TODO: error if more than one ref given
+
+
+## Install
+On Mac OS X, Git-Todo can be installed with Homebrew:
+
+ $ brew install teddywing/formulae/git-todo
+
+To compile from source or install on other platforms:
+
+ $ cargo install --git https://github.com/teddywing/git-todo.git
+
+
+## Uninstall
+
+ $ cargo uninstall git-todo
+
+
+## License
+Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).