Hi all

I've been working on creating a better shell for CC.

https://github.com/j...ikainen/cc-jhsh

Currently implemented new features:
- Autocomplete using tab key
- Output redirect using > and >>
- Globbing support (" file.* " style)
- A new cp command which supports globbing

Instructions for installing both the shell and the new cp command are in the Readme file:

https://github.com/jhartikainen/cc-jhsh/blob/master/README.md

(it is possible to run it by just copying the file on a computer too, not necessary to replace the default shell)

Try it out and tell me what you think. Bug reports and ideas for features are of course welcome.