From a26d6b05b6607ab5236608cfedd5cd56b392162e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 4 Oct 2020 13:04:05 +0200 Subject: Add README --- Demo.gif | Bin 0 -> 559600 bytes README.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 Demo.gif create mode 100644 README.md diff --git a/Demo.gif b/Demo.gif new file mode 100644 index 0000000..e822d1c Binary files /dev/null and b/Demo.gif 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 -- cgit v1.2.3