We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b64841 commit df63a82Copy full SHA for df63a82
1 file changed
qq
@@ -16,7 +16,8 @@
16
# $ qq -p "This is the question"
17
#
18
# If no arguments are provided with -a or -p, input will be
19
-# requested interactively.
+# requested interactively. If used with -e, answer will be
20
+# opened in editor.
21
22
# To edit an existing answer or use the editor to answer a
23
# new question, add the `-e` flag. If used alone, the first
@@ -36,8 +37,11 @@
36
37
# export QQ_NOTES_EXT="md"
38
39
# CHANGELOG
40
+# 1.2.1
41
+# - Colorize output
42
+# - List all known questions with -l
43
-# 1.2.0 - 2021-09-14
44
+# 1.2.0
45
# - Add -p switch to pull answer from clipboard when adding a question
46
# - Improve option parsing
47
# - Allow -e when adding answer to open new question file in editor
0 commit comments