[Cuis-dev] CommandShell for Cuis
Juan Vuletich
juan at jvuletich.org
Fri May 8 06:50:03 PDT 2020
On 5/3/2020 6:28 PM, David T. Lewis via Cuis-dev wrote:
> I have been working on updating my CommandShell package to work on Cuis.
> CommandShell is a companion package to OSProcess, which is already available
> in the packages repository at https://github.com/Cuis-Smalltalk/OSProcess.
>
> There is no CommandShell user interface yet, but the basic command pipeline
> parsing and proxy pipeline execution works. For example, you can do
> "OSProcess outputOf: 'ls -lR | cat | wc'" which will parse the command line
> into a proxy pipeline of three external programs, evaluate the programs
> in a unix style pipeline, and collect the output.
>
> I put an early version of CommandShell for Cuis at
> https://github.com/dtlewis290/Cuis-Smalltalk-CommandShell in case anyone
> wants to have a look at it.
>
> Dave
Hi David,
This is the kind of thing maybe we don't pay much attention when we
don't need them, but it is wonderful to have a good, solid
implementation when we happen to need it.
Thanks for your continued support for Cuis!
Cheers,
--
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
@JuanVuletich
More information about the Cuis-dev
mailing list