ridiculousfish 77f1b1f0fe Revert shared_ptr<io_data_t> changes until kinks are ironed out
https://github.com/fish-shell/fish-shell/pull/487

Revert "Merge branch 'oo-io' of git://github.com/xiaq/fish-shell into xiaq-oo-io"

This reverts commit f3c8f535a48d5fdd518bd60879ade948bc8be7e6, reversing
changes made to b02f6cf3bc4343cf3e068dee3cb46de7139a5a27.

Also reverts ac023f7588e562a03fdea7fd2feda487f18827c7 and a79d3c680c9548566309121630dadc94e48934c4
2013-01-04 02:05:30 -08:00
2010-09-18 10:18:26 +08:00
2012-12-17 20:07:24 -08:00
2012-11-19 00:31:03 -08:00
2012-12-19 13:31:06 -08:00
2010-09-18 10:18:26 +08:00
2010-09-18 10:18:26 +08:00
2012-12-24 23:06:09 -08:00
2012-12-19 13:31:06 -08:00
2012-11-21 22:14:28 -08:00
2012-12-19 13:31:06 -08:00
2012-12-19 13:31:06 -08:00
2012-12-19 13:31:06 -08:00
2012-12-20 16:13:14 +01:00
2010-09-18 10:18:26 +08:00
2012-12-11 13:18:40 -08:00
2012-12-19 13:31:06 -08:00
2012-12-19 13:31:06 -08:00
2012-11-21 22:14:28 -08:00
2012-12-03 02:25:08 -08:00
2012-12-26 21:30:03 -08:00
2012-06-05 01:22:25 -07:00
2012-12-22 12:21:31 -08:00
2012-12-22 12:21:31 -08:00
2012-12-24 20:55:35 -08:00
2010-09-18 10:14:14 +08:00

fish - the friendly interactive shell

fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.

For more on fish's design philosophy, see the design document.

Quick Start

fish generally works like other shells, like bash or zsh. A few important differences are documented at http://ridiculousfish.com/shell/faq.html

Detailed user documentation is available by running help within fish, and also at http://ridiculousfish.com/shell/user_doc/html/

Building

fish can be built using autotools or Xcode.

Autotools Build

autoconf
./configure [--without-xsel]
make [gmake on BSD]
sudo make install

Xcode Development Build

  • Build the base target in Xcode
  • Run the fish executable, for example, in DerivedData/fish/Build/Products/Debug/base/bin/fish

Xcode Build and Install

xcodebuild install
sudo ditto /tmp/fish.dst /

Contact Us

Questions, comments, rants and raves can be posted to the official fish mailing list at https://lists.sourceforge.net/lists/listinfo/fish-users Found a bug? Have an awesome idea? Please open an issue on this github page.

Description
The user-friendly command line shell.
Readme 112 MiB
Languages
Rust 71.3%
Shell 19.5%
Python 5.8%
CMake 1.4%
JavaScript 0.5%
Other 1.2%