DEV Community

Matheus
Matheus

Posted on

Modifications on [T]csh

I've introduced some modifications on [T]csh.

  • Functions (only for scripts)
  • Read files into a variable
  • Comments on interactive sessions
  • Tell whether stdin is empty

I'd appreciate for any feedback, suggestion or contribution. Contributions of any kind are very welcome.

A key [T]csh developer asked me to create documentation and tests for my functions invention. I've written some tests, but I'm afraid they aren't enough.

The source code is here. The modifications are separated in branches.

I've a repository for the original Csh, but only functions are there, and isn't up-to-date.

Top comments (0)