Jump to content

zsh - the last shell you will ever need


Recommended Posts

Posted

zsh: The last shell you’ll ever need! Fried CPU

 

Features of note include:

 

* Programmable command line completion that can help the user type both options and arguments for most used commands, with out-of-the-box support for several hundred commands

* Sharing of command history among all running shells

* Extended file globbing allows file specification without needing to run an external program such as find

* Improved variable/array handling

* Editing of multi-line commands in a single buffer

* Spelling correction

* Various compatibility modes, e.g. zsh can pretend to be a Bourne shell when run as /bin/sh

* Themeable prompts, including the ability to put prompt information on the right side of the screen and have it auto-hide when typing a long command

* Loadable modules, providing among other things: full TCP and Unix domain socket controls, an FTP client, and extended math functions

* Fully customizable

Posted
Have you looked at fish?

 

The Fish shell is very similar to zsh and comes with a sensible set of defaults so should be ready to use out of the box.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...