2019-10-21 21:21:34 +00:00
|
|
|
# TCSH
|
2019-10-08 20:59:31 +00:00
|
|
|
|
|
|
|
*C shell with file name completion and command line editing*
|
|
|
|
|
|
|
|
The Tcsh source code is available on GitHub as a read-only repo
|
|
|
|
mirror at:
|
|
|
|
|
2021-03-14 16:33:13 +00:00
|
|
|
> https://github.com/tcsh-org/tcsh
|
2019-10-08 20:59:31 +00:00
|
|
|
|
|
|
|
Instructions for compiling Tcsh can be found in [BUILDING].
|
|
|
|
|
|
|
|
PLEASE file any bug reports, fixes, and code for new features at:
|
|
|
|
|
|
|
|
> https://bugs.astron.com/
|
|
|
|
|
|
|
|
Comments, questions, etc. (even flames) are welcome via email to
|
2019-10-21 21:21:34 +00:00
|
|
|
the tcsh mailing list:
|
2019-10-08 20:59:31 +00:00
|
|
|
|
2019-10-21 21:21:34 +00:00
|
|
|
> tcsh@astron.com
|
|
|
|
> https://mailman.astron.com/mailman/listinfo/tcsh
|
2019-10-08 20:59:31 +00:00
|
|
|
|
|
|
|
[![Build Status][status]][travis]
|
2021-03-14 16:33:13 +00:00
|
|
|
[![Coverity Scan][badge]][coverity]
|
2019-10-08 20:59:31 +00:00
|
|
|
|
|
|
|
[BUILDING]: BUILDING
|
2021-03-14 16:33:13 +00:00
|
|
|
[badge]: https://scan.coverity.com/projects/20307/badge.svg
|
|
|
|
[coverity]: https://scan.coverity.com/projects/tcsh-org-tcsh
|
|
|
|
[status]: https://travis-ci.com/tcsh-org/tcsh.svg?branch=master
|
|
|
|
[travis]: https://travis-ci.com/tcsh-org/tcsh
|