[ 
https://issues.apache.org/jira/browse/KARAF-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995322#comment-12995322
 ] 

Christian Schneider commented on KARAF-413:
-------------------------------------------

I just finished a prototype for a filecompleter .. 
https://github.com/cschneider/urlcompleter
It installs a command install2 that works like install but has completion if 
you type install2 file:///<tab>
Anyone wanna try out?


> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to