From 24aa4be0cf83a878fd0faddaa288e5fdfdb2ebc5 Mon Sep 17 00:00:00 2001 From: Vedant Rathore Date: Thu, 12 Jan 2017 21:08:51 +0530 Subject: [PATCH 1/4] Added Shell Autocompletion feature Fixes https://github.com/coala/documentation/issues/386 --- Users/Install.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Users/Install.rst b/Users/Install.rst index 8e115a78..481764f3 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -280,6 +280,14 @@ For x86 python or for x64 python: Replace "XXX" with the ClangSharp version you received from nuget. + +Integrating Shell Autocompletion +-------------------------------- + +Coala also provides bindings for tab completion for coala arguments and bear names in bash or zsh. +You can set them up `here `_. + + Installation Errors ------------------- From 93483ea326acba74d104d9617eafa50815807c64 Mon Sep 17 00:00:00 2001 From: Vedant Rathore Date: Thu, 12 Jan 2017 21:22:05 +0530 Subject: [PATCH 2/4] Added Shell Autocompletion feature Fixes https://github.com/coala/documentation/issues/386 --- Users/Install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Users/Install.rst b/Users/Install.rst index 481764f3..b41c49f5 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -284,7 +284,7 @@ Replace "XXX" with the ClangSharp version you received from nuget. Integrating Shell Autocompletion -------------------------------- -Coala also provides bindings for tab completion for coala arguments and bear names in bash or zsh. +You can also use coala for tab completion in bash or zsh. This will autocomplete coala arguments and bear names. You can set them up `here `_. From 4f75581e9dfff858c1bf22242e982a80c506c073 Mon Sep 17 00:00:00 2001 From: Vedant Rathore Date: Thu, 12 Jan 2017 22:57:01 +0530 Subject: [PATCH 3/4] Added Shell Autocompletion feature Fixes https://github.com/coala/documentation/issues/386 --- Users/Install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Users/Install.rst b/Users/Install.rst index b41c49f5..44627051 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -284,7 +284,8 @@ Replace "XXX" with the ClangSharp version you received from nuget. Integrating Shell Autocompletion -------------------------------- -You can also use coala for tab completion in bash or zsh. This will autocomplete coala arguments and bear names. +You can also use coala for tab completion in bash or zsh. +This will autocomplete coala arguments and bear names. You can set them up `here `_. From a1011dacd1d3451041547ad384e60801877b1ea4 Mon Sep 17 00:00:00 2001 From: Vedant Rathore Date: Thu, 12 Jan 2017 23:44:29 +0530 Subject: [PATCH 4/4] Added Shell Autocompletion feature Fixes https://github.com/coala/documentation/issues/386 --- Users/Install.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Users/Install.rst b/Users/Install.rst index 44627051..b4c17537 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -280,7 +280,6 @@ For x86 python or for x64 python: Replace "XXX" with the ClangSharp version you received from nuget. - Integrating Shell Autocompletion -------------------------------- @@ -288,7 +287,6 @@ You can also use coala for tab completion in bash or zsh. This will autocomplete coala arguments and bear names. You can set them up `here `_. - Installation Errors -------------------