Hi Stacey,

You may also consider using RLWRAP for whatever application, which doesn't 
support completion.
There should be a package either on sunfreeware ot blastwave. Rlwrap acts as 
integration piece between readline and the app.

We are using this to extend Oracle sqlplus capabilities. Good thing that you 
don't have to care about code.

greets,

A.

On 08/05/08 03:28 -0700, Stacey Marshall wrote:
Your interpreter would need to recognize the initial command and offer suitable 
completions according to the input at that point.  A smart interpreter could 
perhaps lookup acceptable command line usage and offer suggestions...

Within Bash when you press tab it assumes what you have started to type is a 
command or filename (position dependent).  So with careful PATH environment and 
create directory/file structure you could have bash help you.

Regards, Stace


This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Attachment: signature.asc
Description: Digital signature

_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to