You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/07/09 18:27:36 UTC

svn commit: r1752035 - /ofbiz/trunk/README.md

Author: taher
Date: Sat Jul  9 18:27:36 2016
New Revision: 1752035

URL: http://svn.apache.org/viewvc?rev=1752035&view=rev
Log:
Add a tip in the README.md file on how to apply tab completion - OFBIZ-7534

Modified:
    ofbiz/trunk/README.md

Modified: ofbiz/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/trunk/README.md?rev=1752035&r1=1752034&r2=1752035&view=diff
==============================================================================
--- ofbiz/trunk/README.md (original)
+++ ofbiz/trunk/README.md Sat Jul  9 18:27:36 2016
@@ -450,4 +450,21 @@ easy. All you need is to execute one com
 import the project to eclipse. This command will generate
 the necessary __.classpath__ and __.project__ files for eclipse.
 
-`gradlew eclipse`
\ No newline at end of file
+`gradlew eclipse`
+
+* * * * * * * * * * * *
+
+Useful Tips
+-----------
+
+### Gradle tab-completion on Unix-like systems:
+
+To get tab completion (auto complete gradle commands by pressing tab)
+you can download the script from the below link and place it in the
+appropriate location for your system.
+
+[Gradle tab completion](https://gist.github.com/nolanlawson/8694399)
+
+For example, on debian based systems, you can use the following command:
+
+`sudo curl -L -s https://gist.github.com/nolanlawson/8694399/raw/gradle-tab-completion.bash -o /etc/bash_completion.d/gradle-tab-completion.bash`
\ No newline at end of file