No description
Find a file
2006-02-15 12:22:28 +10:00
doc_src Allow backslash of quotes within quotes 2006-02-13 02:13:31 +10:00
init Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions. 2006-02-15 12:22:28 +10:00
po Swedish translation checkin 2006-02-14 21:39:26 +10:00
tests Fix broken regression test (irony?) 2005-10-02 23:44:06 +10:00
builtin.c Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions. 2006-02-15 12:22:28 +10:00
builtin.h Add support for calculating completions for arbitrary commands through the 'complete' builtin 2006-01-31 02:51:50 +10:00
builtin_commandline.c Add support for calculating completions for arbitrary commands through the 'complete' builtin 2006-01-31 02:51:50 +10:00
builtin_complete.c Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions. 2006-02-15 12:22:28 +10:00
builtin_help.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
builtin_help.hdr Add missing include in builtin_help.hdr 2005-12-20 18:57:46 +10:00
builtin_set.c Display use of . (source) builtin in stack traces 2006-01-28 21:34:40 +10:00
builtin_ulimit.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
common.c Allow backslash of quotes within quotes 2006-02-13 02:13:31 +10:00
common.h Fix clash in usage of unicode private use area 2006-02-14 21:35:14 +10:00
complete.c Escape semicolons and other chars that have syntactic meaning in various shell command situations 2006-02-14 21:47:39 +10:00
complete.h Add missing #define, needed by new fish_pager code 2006-02-14 21:46:31 +10:00
config.guess Initial revision 2005-09-20 23:26:39 +10:00
config.sub Initial revision 2005-09-20 23:26:39 +10:00
configure.ac Re-add check for presense of ncurses.h header file 2006-02-11 10:10:50 +10:00
count.c Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile.user Initial revision 2005-09-20 23:26:39 +10:00
env.c Minor code tweaks 2006-01-31 02:58:00 +10:00
env.h Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements 2005-10-14 21:40:33 +10:00
env_universal.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
env_universal.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.c Tiny performance tweaks 2006-02-05 23:13:35 +10:00
env_universal_common.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
event.c Escape semicolons and other chars that have syntactic meaning in various shell command situations 2006-02-14 21:47:39 +10:00
event.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
exec.c Add support for sending arguments whenusing the source builtin 2006-02-15 05:56:36 +10:00
exec.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
expand.c Add missing translation string 2006-02-14 21:48:04 +10:00
expand.h Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
fish.spec.in Autoloaded functions 2006-02-08 19:20:05 +10:00
fish_pager.c Fix minor display bugs and a memory leak in fish_pager 2006-02-14 21:33:47 +10:00
fish_tests.c Add %o, %x and %X formats to *wprintf fallback implemnentation 2006-02-12 21:20:30 +10:00
fishd.c Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs* fallback functions, secondly MSG_DONTWAIT (a socket flag) is set to zero if it isn't already defined 2006-01-26 19:57:06 +10:00
function.c Fix memory leak and missing error check in dynamic function lookup 2006-02-14 07:44:16 +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 Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG is defined and other minor tweaks 2006-02-12 23:18:46 +10:00
halloc.h Optimize the halloc implementation so that mutiple calls to halloc can be satisfied by a single malloc, also add wcsdup and wcsndup workalikes using halloc 2006-02-11 10:13:17 +10:00
halloc_util.c Optimize the halloc implementation so that mutiple calls to halloc can be satisfied by a single malloc, also add wcsdup and wcsndup workalikes using halloc 2006-02-11 10:13:17 +10:00
halloc_util.h Optimize the halloc implementation so that mutiple calls to halloc can be satisfied by a single malloc, also add wcsdup and wcsndup workalikes using halloc 2006-02-11 10:13:17 +10:00
highlight.c Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG is defined and other minor tweaks 2006-02-12 23:18:46 +10:00
highlight.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
history.c Optimize the halloc implementation so that mutiple calls to halloc can be satisfied by a single malloc, also add wcsdup and wcsndup workalikes using halloc 2006-02-11 10:13:17 +10:00
history.h Lazily load history file 2006-02-07 01:08:10 +10:00
input.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
input.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
input_common.c Add missing includes in input_common.c 2006-01-19 22:23:22 +10:00
input_common.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
INSTALL Minor edits to the INSTALL file 2006-02-04 23:14:12 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Tiny performance tweaks 2006-02-05 23:13:35 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Second checkin of halloc changeover. Make the argv array, but not it's contents, be allocated using halloc. Also make list_to_char_arr use halloc 2006-02-07 01:18:17 +10:00
io.h First checkin of transition to using a new hierarchical memory allocator, some of the memory associated with a job is covered 2006-02-07 00:25:02 +10:00
key_reader.c Set locale in key_reader correctly 2005-09-25 21:32:13 +10:00
kill.c Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG is defined and other minor tweaks 2006-02-12 23:18:46 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
Makefile.in Check for translation strings in function files 2006-02-13 08:24:06 +10:00
mimedb.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
output.h Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
parse_util.c Add support for sending arguments whenusing the source builtin 2006-02-15 05:56:36 +10:00
parse_util.h Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
parser.c Spelling fixes from HJB 2006-02-14 07:36:59 +10:00
parser.h Fis function signature for a few functions in parser.c 2006-02-08 20:22:03 +10:00
proc.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
proc.h First checkin of transition to using a new hierarchical memory allocator, some of the memory associated with a job is covered 2006-02-07 00:25:02 +10:00
reader.c Allow backslash of quotes within quotes 2006-02-13 02:13:31 +10:00
reader.h Make stack traces print absolute filenames 2006-02-03 01:23:56 +10:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch) 2006-01-12 00:17:35 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
seq.in Minor tweaks, including a few small performance improvements 2006-02-04 23:09:14 +10:00
set_color.c Minor optimization - only set locale if we actually want to output something in set_color 2006-02-04 21:42:56 +10:00
signal.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +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 Allow backslash of quotes within quotes 2006-02-13 02:13:31 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +10:00
translate.c Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
translate.h Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self 2006-02-10 01:50:20 +10:00
user_doc.head.html Updated some obsolete documentation sections, and added some general polish 2005-12-04 12:27:40 +10:00
util.c Tiny performance tweaks 2006-02-05 23:13:35 +10:00
util.h Tweaks to some source comments 2006-02-05 23:12:53 +10:00
wgetopt.c Use consistent quoting in wgetopt 2006-02-10 07:51:20 +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 Variable used for filenmae length was accidentally set to static 2006-02-13 08:23:13 +10:00
wildcard.h Spelling 2005-12-08 01:57:17 +10:00
wutil.c Add %o, %x and %X formats to *wprintf fallback implemnentation 2006-02-12 21:20:30 +10:00
wutil.h New wreaddir function, wide character version of readdir 2006-02-09 00:58:47 +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.