summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0d80753
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# notmuch-scripts
+
+Collection of scripts for working with notmuch. Feel free to use, contribute,
+share under terms of GPL2.0 only.
+
+
+## notmuch-select-message-i
+
+Fuzzy select a message id. Usecase:
+
+```bash
+git format-patch --in-reply-to=$(notmuch-sel-mid)
+```
+
+
+## License
+
+GPL 2.0 only
+(c) Matthias Beyer
+