You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2011/01/24 08:13:06 UTC

[jira] Commented: (KARAF-413) Tab completion on path when installing bundles

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

Guillaume Nodet commented on KARAF-413:
---------------------------------------

That would definitely be a good thing.  We should have a UrlCompleter so that we can reuse it in several commands (even cat, etc...)
The file one should not be too difficult to write, the mvn one can reuse the configured local repository to propose completions (I don't think going to the internet would be wise here).

> 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.