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> http://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
24[BUILDING]: BUILDING
25[status]: https://travis-ci.org/tcsh-org/tcsh.svg?branch=master
26[travis]: https://travis-ci.org/tcsh-org/tcsh
27