No description
Find a file
axel a074cd62bc Be more rigorous with the exit codes set by the parser and builtins
darcs-hash:20061009012102-ac50b-4f28c43dd1ccdcc04d1620a6da05218a99fd7337.gz
2006-10-09 11:21:02 +10:00
doc_src Be more rigorous with the exit codes set by the parser and builtins 2006-10-09 11:21:02 +10:00
etc Use universal variables for fish_function_path and fish_complete_path 2006-10-05 03:55:19 +10:00
po Update english transliteration 2006-08-28 23:01:47 +10:00
share Add missing newline in error message for popd function. Thanks to Phipip Ganchev. 2006-10-05 16:44:19 +10:00
tests Do not test universal variable functionality since it relies on fish to be installed 2006-07-19 03:37:11 +10:00
builtin.c Be more rigorous with the exit codes set by the parser and builtins 2006-10-09 11:21:02 +10:00
builtin.h Add the possibility to set the cursor position using the commandline builtin 2006-10-05 07:39:48 +10:00
builtin_commandline.c Add the possibility to set the cursor position using the commandline builtin 2006-10-05 07:39:48 +10:00
builtin_complete.c Add autoindentation support 2006-10-07 10:56:25 +10:00
builtin_help.hdr Rearrange includes so that config.h is always the first file to be included 2006-08-11 11:18:35 +10:00
builtin_jobs.c Rearrange includes so that config.h is always the first file to be included 2006-08-11 11:18:35 +10:00
builtin_set.c Mangle very long variable values when using the set builtin to print variables and their values 2006-10-05 04:19:01 +10:00
builtin_ulimit.c Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c 2006-07-20 08:55:49 +10:00
common.c Fix nagging warning message 2006-09-04 09:47:51 +10:00
common.h Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c 2006-07-20 08:55:49 +10:00
complete.c Fix a few places where uncasted 0 was used as a null pointer in vararg functions, causing potential crashes on 64-bit platforms 2006-10-08 23:27:59 +10:00
complete.h Minor tweaks to previous fish_pager patch to fix two bugs 2006-08-22 23:58:15 +10:00
config.guess Update to latest config.sub and config.guess versions 2006-03-02 02:28:21 +10:00
config.sub Update to latest config.sub and config.guess versions 2006-03-02 02:28:21 +10:00
configure.ac Bump version number 2006-09-04 10:25:09 +10:00
count.c Rearrange includes so that config.h is always the first file to be included 2006-08-11 11:18:35 +10:00
Doxyfile Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile.user Include user documentation with standard tarballs - this means you no longer need Doxygen to build fish, and should make life easier for packagers 2006-06-12 21:07:43 +10:00
env.c Minor comment and documentation edits 2006-10-02 01:59:18 +10:00
env.h Minor code tweaks, mostly things like indentation, but also a ferw code reorderings 2006-08-28 22:02:44 +10:00
env_universal.c Use string.h not strings.h in all cases 2006-08-10 08:34:52 +10:00
env_universal.h Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails. 2006-06-05 06:14:51 +10:00
env_universal_common.c Buffer calls to read() in the universal variable code 2006-10-07 04:45:39 +10:00
env_universal_common.h Buffer calls to read() in the universal variable code 2006-10-07 04:45:39 +10:00
event.c Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list 2006-08-13 11:38:03 +10:00
event.h Remove superflous event_signal_listen function, replace all calls to it with event_get 2006-05-15 08:27:58 +10:00
exec.c Be more rigorous with the exit codes set by the parser and builtins 2006-10-09 11:21:02 +10:00
exec.h Minor cleanup 2006-05-18 23:00:39 +10:00
expand.c Make it possible to save a function when defining it using the -S switch 2006-09-09 00:12:41 +10:00
expand.h Fix incorrect usage of the term subshell when command substitution was meant 2006-08-23 00:38:31 +10:00
fallback.c Minor code tweaks, mostly things like indentation, but also a ferw code reorderings 2006-08-28 22:02:44 +10:00
fallback.h Add fallback if SIGWINCH is unavailable 2006-08-28 22:25:15 +10:00
fish.spec.in Minor edits to the spec file 2006-08-09 21:36:14 +10:00
fish_pager.c New status message for fish_pager 2006-09-04 09:12:09 +10:00
fish_tests.c Move over a few more objects to the new array_list functions 2006-08-01 02:55:11 +10:00
fishd.c Provide fallback version of getopt_long instead of checking for it's presense every time it is used 2006-08-28 21:43:05 +10:00
function.c Rearrange includes so that config.h is always the first file to be included 2006-08-11 11:18:35 +10:00
function.h Make sure dynamically loaded functions are completable, even if they have not yet been loaded 2006-02-09 03:37:18 +10:00
gen_hdr.sh Multiple portability fixes 2005-10-11 02:12:55 +10:00
gen_hdr2.c Initial revision 2005-09-20 23:26:39 +10:00
halloc.c Be a bit more careful with memory alignemnt in halloc 2006-09-30 22:19:17 +10:00
halloc.h Minor edits, additional comments, etc. 2006-02-19 11:54:38 +10:00
halloc_util.c Switch from die_mem function to DIE_MEM macro in order to be able to give a line and file for the OOM message 2006-07-03 20:39:57 +10:00
halloc_util.h Use halloc in a few more places, including the highlight code 2006-06-13 00:12:33 +10:00
highlight.c Fix a few places where uncasted 0 was used as a null pointer in vararg functions, causing potential crashes on 64-bit platforms 2006-10-08 23:27:59 +10:00
highlight.h Large number of sourcecode comment edits, and some minor code polish 2006-06-20 10:50:10 +10:00
history.c Update history loading/saving to handle multiline editing 2006-10-08 23:50:46 +10:00
history.h Lazily load history file 2006-02-07 01:08:10 +10:00
input.c Allow Meta-newline to always insert a newline character 2006-10-09 11:15:29 +10:00
input.h Allow Meta-newline to always insert a newline character 2006-10-09 11:15:29 +10:00
input_common.c Move the code keeping track of file descriptor modification from reader.c to screen.c 2006-10-05 09:33:12 +10:00
input_common.h Fix the longstanding hang-on-exit bug in eterm, as well as making sure the history is saved when the terminal emulator exits 2006-05-14 20:16:23 +10:00
INSTALL Update section about compilers in INSTALL file to reflect that fish is known to work with ICC 2006-03-30 07:30:31 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Switch from die_mem function to DIE_MEM macro in order to be able to give a line and file for the OOM message 2006-07-03 20:39:57 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list 2006-08-13 11:38:03 +10:00
io.h Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list 2006-08-13 11:38:03 +10:00
key_reader.c Minor edits of function descriptions, includes, etc. 2006-05-03 02:29:50 +10:00
kill.c Fix a few places where uncasted 0 was used as a null pointer in vararg functions, causing potential crashes on 64-bit platforms 2006-10-08 23:27:59 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c Provide fallback version of getopt_long instead of checking for it's presense every time it is used 2006-08-28 21:43:05 +10:00
Makefile.in First stab at multiline editing 2006-10-02 02:02:58 +10:00
mimedb.c Provide fallback version of getopt_long instead of checking for it's presense every time it is used 2006-08-28 21:43:05 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c First cleanup of multiline patch - add support for commands longer than one line and do minor cleanups, including removal of a few unused functions 2006-10-02 06:54:23 +10:00
output.h First cleanup of multiline patch - add support for commands longer than one line and do minor cleanups, including removal of a few unused functions 2006-10-02 06:54:23 +10:00
parse_util.c Minor polish 2006-09-04 09:00:06 +10:00
parse_util.h Overhaul of the script autoloader. This should make sure that old scripts are unloaded and new scripts are loaded when the fish_function_path and fish_complete_path variables change 2006-07-13 00:22:42 +10:00
parser.c Be more rigorous with the exit codes set by the parser and builtins 2006-10-09 11:21:02 +10:00
parser.h Add autoindentation support 2006-10-07 10:56:25 +10:00
proc.c Minor code tweaks, mostly things like indentation, but also a ferw code reorderings 2006-08-28 22:02:44 +10:00
proc.h Be more rigorous with the exit codes set by the parser and builtins 2006-10-09 11:21:02 +10:00
reader.c Allow Meta-newline to always insert a newline character 2006-10-09 11:15:29 +10:00
reader.h Minor code cleanup 2006-10-05 07:42:04 +10:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Rearrange includes so that config.h is always the first file to be included 2006-08-11 11:18:35 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
screen.c Fis minor memory leak in screen handling code 2006-10-08 10:47:04 +10:00
screen.h Add autoindentation support 2006-10-07 10:56:25 +10:00
seq.in Fix typo in seq.in 2006-08-10 08:52:30 +10:00
set_color.c Provide fallback version of getopt_long instead of checking for it's presense every time it is used 2006-08-28 21:43:05 +10:00
signal.c Minor comment and documentation edits 2006-10-02 01:59:18 +10:00
signal.h Generalize the stack tracing code, add support for showing events and command substitutions in stack traces 2006-02-02 01:49:11 +10:00
tokenizer.c Fix tokenizer bug causing bad highlighting in multiline mode 2006-10-08 07:05:21 +10:00
tokenizer.h Add autoindentation support 2006-10-07 10:56:25 +10:00
user_doc.head.html Add a little padding in the documentation stylesheet to make it easier to differ between different header levels 2006-05-10 02:41:46 +10:00
util.c Add function to insert a range of new elements into the middle of an array_list 2006-10-02 06:17:28 +10:00
util.h Add function to insert a range of new elements into the middle of an array_list 2006-10-02 06:17:28 +10:00
wgetopt.c Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c 2006-07-20 08:55:49 +10:00
wgetopt.h Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed 2005-12-04 02:43:56 +10:00
wildcard.c Use S_IS* macros instead of S_IF*, which are non-posix 2006-08-01 10:24:11 +10:00
wildcard.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
wutil.c Add wmkdir function 2006-09-09 00:11:28 +10:00
wutil.h Add wmkdir function 2006-09-09 00:11:28 +10:00
xdgmime.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmime.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeint.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimeint.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimemagic.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimemagic.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.h Initial revision 2005-09-20 23:26:39 +10:00
xsel-0.9.6.tar Initial revision 2005-09-20 23:26:39 +10: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.