[
https://issues.apache.org/jira/browse/KARAF-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985541#action_12985541
]
Jean-Baptiste Onofré commented on KARAF-413:
--------------------------------------------
+1
An UrlCompleter will be very helpful is a lot of commands.
Maybe if the URL start with file, the UrlCompleter could delegated to a
FileCompleter.
> Tab completion on path when installing bundles
> ----------------------------------------------
>
> Key: KARAF-413
> URL: https://issues.apache.org/jira/browse/KARAF-413
> Project: Karaf
> Issue Type: New Feature
> Components: console
> Reporter: Andreas Pieber
>
> I'm not sure if this is even possible but it would be really cool to have a
> feature doing tab-completion depending on url element when you install a
> bundle. For example:
> {code}
> install mvn:o <tab>
> install mvn:org.ap <tab>
> install mvn:org.apache...
> {code}
> or
> {code}
> install file:///ho <tab>
> install file:///home/pie <tab>
> install file:///home/pieber/
> {code}
> I hope you can imagine what I like to say :)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.