1# TCSH 2 3*C shell with file name completion and command line editing* 4 5The Tcsh source code is available on GitHub as a read-only repo 6mirror at: 7 8> https://github.com/tcsh-org/tcsh 9 10Instructions for compiling Tcsh can be found in [BUILDING]. 11 12PLEASE file any bug reports, fixes, and code for new features at: 13 14> https://bugs.astron.com/ 15 16Comments, questions, etc. (even flames) are welcome via email to 17the tcsh mailing list: 18 19> tcsh@astron.com 20> https://mailman.astron.com/mailman/listinfo/tcsh 21 22[![Build Status][status]][travis] 23[![Coverity Scan][badge]][coverity] 24 25[BUILDING]: BUILDING 26[badge]: https://scan.coverity.com/projects/20307/badge.svg 27[coverity]: https://scan.coverity.com/projects/tcsh-org-tcsh 28[status]: https://travis-ci.com/tcsh-org/tcsh.svg?branch=master 29[travis]: https://travis-ci.com/tcsh-org/tcsh 30