Franck Gaspoz

Results 18 issues of Franck Gaspoz

like c# functions supported by the shell, we could run special batch of c# script. simply share the CommandEvaluationContext, add supports for standards libs, add declaration of supplementary lib imports...

enhancement

implementation is incomplete regarding to: - env not correctly initialized : a sub shell must be prepared to run the batch (that is the same for running any command) -...

enhancement

implements object streams in addition to text streams that connects commands together in commands pipeline. should command specification have to be improved to specifiy this type of connectivity ? a...

enhancement

add syntax: commandName commandArgs & and do not wait end of exec (current case) for respecting consign &

enhancement

implements syntax in command line parser and link to existing grouping of commands in command line processor. syntax is ( command1 args1 ; ... ; commandn argsn )

enhancement

implementation of pipelines command sequences && || , conditional (only if previous command succeed) or not : | partially implemented.

enhancement

implements support of streams redirects in command line. partially implemented. needs to be completed. related to pipeline processor (pp)

enhancement

colorize input string at command line reader needs the parser word identification (like issue #7 )

enhancement