aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-08 01:06:26 +0200
committerTeddy Wing2018-04-08 01:06:26 +0200
commit970beff3a40549043815c8341b40d0ed7ab8515e (patch)
tree2b35f7bf15344d72ffa7043cba8f954ed95676c6
parentcc6b632b401bc137136ce35be4832910b5c2849d (diff)
downloadvim-tabs-grep-970beff3a40549043815c8341b40d0ed7ab8515e.tar.bz2
Add README
Include a very short description and a Gif screencast.
-rw-r--r--Demo.gifbin0 -> 529627 bytes
-rw-r--r--README.md14
2 files changed, 14 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif
new file mode 100644
index 0000000..de7732e
--- /dev/null
+++ b/Demo.gif
Binary files differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3f12196
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+vim-tabs-grep
+=============
+
+Filters the output of `:tabs` to make it easier to find out which tab a file is
+on.
+
+
+## Demo
+![Screencast](./Demo.gif)
+
+
+## License
+Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).