summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-26 12:55:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-26 12:55:02 +0300
commitef1c4bc3625f0ec3f6199387a5f38136179aa99f (patch)
tree51fae3731fff279279ff9807fe1a6d1de200a3d4
parent6c00b5dbd628d72dfd496540c922c0838633f243 (diff)
downloaddistix-ef1c4bc3625f0ec3f6199387a5f38136179aa99f.tar.gz
Add status closed to tutorial
-rw-r--r--TUTORIAL25
1 files changed, 9 insertions, 16 deletions
diff --git a/TUTORIAL b/TUTORIAL
index 6a95afc..0e01e26 100644
--- a/TUTORIAL
+++ b/TUTORIAL
@@ -63,6 +63,13 @@ This will produce output like the following:
Each line shows the UUID of the ticket and its title.
+You can restrict the list to only open tickets:
+
+ distix list status!=closed
+
+This will list all tickets, except the ones that have a metadata item
+called `status` with a value `closed`.
+
Writing long UUIDs is somewhat tedious. Remembering them is also not
always easy for humans. distix will, later, allow easier ways to refer
to tickets.
@@ -110,22 +117,8 @@ keys. The keys it cares about are, at this time:
* `ticket-id`: the UUID of the ticket; you should not change this
* `title`: the ticket title; you may change this if you like
-
-
-Replying to a ticket: `distix reply`
-------------------------------------
-
-To add a reply to a ticket:
-
- distix reply 0234e10813ca44438510c37a7b61abb2 --message="Yay!"
-
-distix will create a new e-mail and put it in the `Maildir` folder
-in the ticket's directory. `distix show` will show the message, and
-you can look at the folder directly with any e-mail program you like
-that can handle Maildir folders (mutt recommended). However, if you
-change anything in the folder, you should either undo the changes or
-commit them with git. (distix will later make this easier. It's very
-early days in the life of the program.)
+* `status`: the open/close status of the ticket; the value `closed`
+ marks a ticket as closed
More?