Hey.

I am working on a project, that provides one giant bundle with a "subsystem" - 
which contains binaries and scripts that shouldnt be always usable/visible to 
the user. Hence, I was thinking about implementing an own kind of shell, so 
that users could do something like this:


        user@host:~ $ dsh
        dsh|user@host:~ $ which gcc
        /Applications/MyApp.app/Contents/System/bin/gcc

The purpose is to allow toolchain selection by just supplying a toolchain name 
- and, well, other things.

I found https://npmjs.org/package/shell ... but its syntax confused the hell 
outta me o-o.

What I am looking for:

        - bash-like syntax when tying in a command. (i.e. typing in "gcc" will 
make the shell search PATH to find the binary, then run it)
        - Ability to turn custom nodejs functions into additional commands      
- Tab completion
        - Tab completion

Since this is intended to be used with existing system binaries, it'd be 
important that i can run those binaries as well as custom commands.

HOpe you can help me :)

Kind regards, Ingwie

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to