summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 12:16:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 12:16:24 -0400
commit342b53f3cf2b1c8327492ddcbf75302b845dd9cc (patch)
treecc2448b6ec49e265e3e2dcc07c353792467be39a
parent5d3475425a41a68f351a885ce4d5a5f43a8deff6 (diff)
response
-rw-r--r--doc/tips/ZSH_completion/comment_2_182c13292016baf46d8f53a306cb4b05._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tips/ZSH_completion/comment_2_182c13292016baf46d8f53a306cb4b05._comment b/doc/tips/ZSH_completion/comment_2_182c13292016baf46d8f53a306cb4b05._comment
new file mode 100644
index 000000000..9fd7b628f
--- /dev/null
+++ b/doc/tips/ZSH_completion/comment_2_182c13292016baf46d8f53a306cb4b05._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-11-09T16:11:10Z"
+ content="""
+Well, the code that generates the zsh completions could
+always be improved.
+<https://github.com/pcapriotti/optparse-applicative/issues>
+
+I don't really understand why completing options before filenames makes
+it unusable. It means that "git-annex tabtabtab" cycles through options
+first, but if you type part of the filename tab will complete the rest.
+It does seem that someone else agrees with you though, as they filed
+this issue: <https://github.com/pcapriotti/optparse-applicative/issues/173>
+"""]]