aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-10-04 13:04:05 +0200
committerTeddy Wing2020-10-04 13:04:05 +0200
commita26d6b05b6607ab5236608cfedd5cd56b392162e (patch)
tree30d82026ef4b59f0ad722ec11dceac2573e758f8
parentfc9425c77d19c3eded747f5ad08cd4db273c6f7b (diff)
downloadvim-git-todo-a26d6b05b6607ab5236608cfedd5cd56b392162e.tar.bz2
-rw-r--r--Demo.gifbin0 -> 559600 bytes
-rw-r--r--README.md17
2 files changed, 17 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif
new file mode 100644
index 0000000..e822d1c
--- /dev/null
+++ b/Demo.gif
Binary files differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c7bd61
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+vim-git-todo
+============
+
+Use the [`git todo`][git-todo] command to search for TODO lines and load them
+into the quickfix list.
+
+
+## Demo
+![Screencast](./Demo.gif)
+
+
+## License
+Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).
+
+
+[git-todo]: https://github.com/teddywing/git-todo