C shell with file name completion and command line editing
Tcsh is a version of the Berkeley C-Shell, with the addition of: a command line editor, command and file name completion, listing, etc. and a bunch of small additions to the shell itself.
Tcsh is a version of the Berkeley C-Shell, with the addition of: a command line editor, command and file name completion, listing, etc. and a bunch of small additions to the shell itself.
To install tcsh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tcsh
To see what files were installed by tcsh, run:
port contents tcsh
To later upgrade tcsh, run:
sudo port selfupdate && sudo port upgrade tcsh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.