added
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 20 Sep 2021 03:33:58 +0000 (13:33 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 20 Sep 2021 03:33:58 +0000 (13:33 +1000)
README.adoc [new file with mode: 0644]

diff --git a/README.adoc b/README.adoc
new file mode 100644 (file)
index 0000000..8ed45cc
--- /dev/null
@@ -0,0 +1,20 @@
+rrq reviewtool
+==============
+
+A group of +zsh+ scripts for review of changes in a +git+ project by
+walking the commit graph with +iselect+ and inspecting changes using
++meld+ for text files and +imagemagick+ for images.
+
+.Usage
+
+You make them available through your PATH setting, and then use
+
+----
+$ git-review
+----
+
+in the root of your project for reviewing its change graph.
+
+.Dependencies
+
+Requires +zsh+, +git+, +iselect+, +meld+ and +imagemagick+.