ridiculousfish 4912967eab Large set of changes related to making fish relocatable, and improving the build and install story.
- etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish.
- fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup.
- The fish Xcode project now can build fish natively, without needing autotools.
- Version bumped to 2.0
2012-07-08 15:20:39 -07:00
2012-07-07 23:34:16 -07:00
2010-09-18 10:18:26 +08:00
2012-03-03 22:08:34 -08:00
2010-09-18 10:18:26 +08:00
2010-09-18 10:18:26 +08:00
2010-09-18 10:18:26 +08:00
2012-05-09 03:06:10 -07:00
2012-05-09 03:06:10 -07:00
2012-05-09 03:06:10 -07:00
2012-06-29 18:53:22 -07:00
2010-09-18 10:18:26 +08:00
2012-05-09 02:33:42 -07:00
2012-03-25 16:00:17 -07:00
2010-09-18 10:18:26 +08:00
2012-01-23 20:02:15 -08:00
2012-05-09 03:30:09 -07:00
2012-05-09 02:33:42 -07:00
2012-03-03 21:46:06 -08:00
2012-05-04 18:37:12 -07:00
2012-06-21 10:24:49 -07:00
2012-05-07 12:55:13 -07:00
2012-05-07 12:55:13 -07:00
2012-03-27 19:10:21 -07:00
2012-07-07 23:34:16 -07:00
2012-03-25 16:00:17 -07:00
2005-09-20 23:26:39 +10:00
2012-06-05 01:22:25 -07:00
2012-03-25 16:00:17 -07:00
2012-03-25 23:31:03 -07:00
2012-06-10 03:36:02 -07:00
2012-02-24 09:33:30 -08:00
2010-09-18 10:18:26 +08:00
2012-03-04 02:45:51 -08:00
2012-03-04 02:45:51 -08:00
2012-03-03 22:08:34 -08:00
2005-09-20 23:26:39 +10:00
2011-12-26 19:11:54 -08:00
2005-09-20 23:26:39 +10:00
2005-09-20 23:26:39 +10:00
2005-09-20 23:26:39 +10:00
2010-09-18 10:14:14 +08:00

How to find documentation for fish
==================================

The fish documentation is distributed in an intermediate format. To
view it, you have to type:

  % make user_doc

Which will create the directory user_doc, containing html
documentation for fish. If you build and install fish, the
documentation will be available through the 'help' builtin.

After installation, you can start fish by typing fish in the
terminal. After fish has started, try using the help command for more
information.
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%