From 29fe295e3785d99731c3baba057c094443ab97e8 Mon Sep 17 00:00:00 2001 From: Lykos153 Date: Thu, 9 Nov 2017 02:15:11 +0000 Subject: [PATCH 1/5] Added a comment --- .../comment_2_a09e3adc117d1f0428378dda55c467f5._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment diff --git a/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment b/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment new file mode 100644 index 0000000000..4320617ce3 --- /dev/null +++ b/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lykos153" + avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2" + subject="comment 2" + date="2017-11-09T02:15:11Z" + content=""" +Doesn't work so well for me. The hand-build one performs way better in terms clearness and efficiency. It groups the suggestions instead of sorting them by name and it prints a description for each command. But most importently, it does only suggest switches when `-` was typed and completes file names otherwise. The auto generated one (at least the one that is shipped with the Arch Linux package) puts the file names last, which makes it unusable. +"""]] From d39152f11852c8ce2d8ff45b6a74fb03fead0e2f Mon Sep 17 00:00:00 2001 From: Lykos153 Date: Thu, 9 Nov 2017 02:15:25 +0000 Subject: [PATCH 2/5] Added a comment --- .../comment_3_28ebe919a65196d8abf4a5e192779912._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment diff --git a/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment b/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment new file mode 100644 index 0000000000..4e956f6918 --- /dev/null +++ b/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lykos153" + avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2" + subject="comment 3" + date="2017-11-09T02:15:25Z" + content=""" +Doesn't work so well for me. The hand-build one performs way better in terms of clearness and efficiency. It groups the suggestions instead of sorting them by name and it prints a description for each command. But most importently, it does only suggest switches when `-` was typed and completes file names otherwise. The auto generated one (at least the one that is shipped with the Arch Linux package) puts the file names last, which makes it unusable. +"""]] From 2e9a280221379cce8a3e38cf18a2707c9bad0497 Mon Sep 17 00:00:00 2001 From: Lykos153 Date: Thu, 9 Nov 2017 02:15:37 +0000 Subject: [PATCH 3/5] Added a comment --- .../comment_4_2bdaf6a00723b975808a52863e417321._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tips/ZSH_completion/comment_4_2bdaf6a00723b975808a52863e417321._comment diff --git a/doc/tips/ZSH_completion/comment_4_2bdaf6a00723b975808a52863e417321._comment b/doc/tips/ZSH_completion/comment_4_2bdaf6a00723b975808a52863e417321._comment new file mode 100644 index 0000000000..3c037688a2 --- /dev/null +++ b/doc/tips/ZSH_completion/comment_4_2bdaf6a00723b975808a52863e417321._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lykos153" + avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2" + subject="comment 4" + date="2017-11-09T02:15:37Z" + content=""" +Doesn't work so well for me. The hand-build one performs way better in terms of clearness and efficiency. It groups the suggestions instead of sorting them by name and it prints a description for each command. But most importently, it does only suggest switches when `-` was typed and completes file names otherwise. The auto generated one (at least the one that is shipped with the Arch Linux package) puts the file names last, which makes it unusable. +"""]] From 2dad469a79ef1958fe7d9927070c4fd70dff39e1 Mon Sep 17 00:00:00 2001 From: Lykos153 Date: Thu, 9 Nov 2017 02:15:53 +0000 Subject: [PATCH 4/5] removed --- .../comment_2_a09e3adc117d1f0428378dda55c467f5._comment | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment diff --git a/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment b/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment deleted file mode 100644 index 4320617ce3..0000000000 --- a/doc/tips/ZSH_completion/comment_2_a09e3adc117d1f0428378dda55c467f5._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="Lykos153" - avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2" - subject="comment 2" - date="2017-11-09T02:15:11Z" - content=""" -Doesn't work so well for me. The hand-build one performs way better in terms clearness and efficiency. It groups the suggestions instead of sorting them by name and it prints a description for each command. But most importently, it does only suggest switches when `-` was typed and completes file names otherwise. The auto generated one (at least the one that is shipped with the Arch Linux package) puts the file names last, which makes it unusable. -"""]] From f187a8db646e43dd0c66f6057e03f7410a62444f Mon Sep 17 00:00:00 2001 From: Lykos153 Date: Thu, 9 Nov 2017 02:16:06 +0000 Subject: [PATCH 5/5] removed --- .../comment_3_28ebe919a65196d8abf4a5e192779912._comment | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment diff --git a/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment b/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment deleted file mode 100644 index 4e956f6918..0000000000 --- a/doc/tips/ZSH_completion/comment_3_28ebe919a65196d8abf4a5e192779912._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="Lykos153" - avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2" - subject="comment 3" - date="2017-11-09T02:15:25Z" - content=""" -Doesn't work so well for me. The hand-build one performs way better in terms of clearness and efficiency. It groups the suggestions instead of sorting them by name and it prints a description for each command. But most importently, it does only suggest switches when `-` was typed and completes file names otherwise. The auto generated one (at least the one that is shipped with the Arch Linux package) puts the file names last, which makes it unusable. -"""]]