No description
Find a file
axel 26de6ba26b Minor text formating tweaks
darcs-hash:20051230162919-ac50b-498d690fdec0aaf37c212eedf6b4c584c64f9a5f.gz
2005-12-31 02:29:19 +10:00
doc_src 1.19.0 2005-12-26 08:04:42 +10:00
init Add completions for nice and renice commands 2005-12-31 02:28:35 +10:00
tests Fix broken regression test (irony?) 2005-10-02 23:44:06 +10:00
builtin.c make the functions builtin output descriptions and event handlers for functions 2005-12-17 22:25:46 +10:00
builtin.h Improved error messages 2005-12-08 02:06:47 +10:00
builtin_commandline.c Code cleanup 2005-12-15 23:59:02 +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 Make the set builtin only parse switches given after non-switches 2005-12-17 11:21:30 +10:00
builtin_ulimit.c Remove ifdefs from function code 2005-11-26 00:16:57 +10:00
common.c Only use internal wcsndup implementation of no external one exists 2005-12-26 08:03:29 +10:00
common.h Add autoconf checks for wide character string functions 2005-12-18 07:32:05 +10:00
complete.c Fisx crash buh when completing string ending in backslash 2005-12-26 08:00:44 +10:00
complete.h Huge API documentation cleanup 2005-10-25 01:26:25 +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 1.19.0 2005-12-26 08:04:42 +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 Initial blocking implementation 2005-12-12 08:21:01 +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 Minor cleanups 2005-11-29 20:13:03 +10:00
env_universal.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.c Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
event.c Revamp the jobs builtin 2005-12-12 09:30:01 +10:00
event.h Code cleanup 2005-12-15 23:59:02 +10:00
exec.c 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
exec.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
expand.c Fisx crash buh when completing string ending in backslash 2005-12-26 08:00:44 +10:00
expand.h Spelling 2005-12-08 01:57:17 +10:00
fish.spec.in Set version to 1.17.0, disable fishd optimization patch. 2005-12-02 01:45:44 +10:00
fish_pager.c Optimize interactive input reader by allowing multiple input characters between redraws 2005-10-14 00:08:33 +10:00
fish_tests.c Spelling 2005-12-08 01:57:17 +10:00
fishd.c Make sure fishd saves before exiting from signal 2005-11-28 09:24:09 +10:00
function.c Initial update for new event subsystem 2005-10-06 08:37:08 +10:00
function.h Make the not builtin work with shellscript functions 2005-11-30 05:50:30 +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
highlight.c Fix problem bug breaking completion in commands with multiple subshells 2005-10-25 21:03:52 +10:00
highlight.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
history.c Fix infinite loop in token search 2005-12-13 04:30:55 +10:00
history.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input.c Revamp the jobs builtin 2005-12-12 09:30:01 +10:00
input.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input_common.c Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
input_common.h Use private use area for internal non-unicode characters 2005-10-20 21:27:54 +10:00
INSTALL Initial revision 2005-09-20 23:26:39 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Do not call fcntl before fully reading block.Escalates bug severity without any practical benefit. 2005-12-12 08:27:30 +10:00
io.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
key_reader.c Set locale in key_reader correctly 2005-09-25 21:32:13 +10:00
kill.c API cleanup 2005-10-07 20:36:51 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c Remove old event hooks, add more event handler documentation 2005-12-04 05:46:18 +10:00
Makefile.in Add trap shellscript function 2005-12-18 07:30:52 +10:00
mimedb.c Use better test for presense of getopt_long function 2005-11-28 01:06:03 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Autodetect common escape codes in fish_prompt output 2005-12-13 20:18:59 +10:00
output.h Initial imlementation of uname shellscript function 2005-10-17 23:24:12 +10:00
parser.c Minor text formating tweaks 2005-12-31 02:29:19 +10:00
parser.h Code cleanup 2005-12-15 23:59:02 +10:00
proc.c Initial blocking implementation 2005-12-12 08:21:01 +10:00
proc.h Code cleanup 2005-12-15 23:59:02 +10:00
reader.c Minor text formating tweaks 2005-12-31 02:29:19 +10:00
reader.h Do not break stdin when reading a script 2005-10-19 22:07:44 +10:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Initial revision 2005-09-20 23:26:39 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
set_color.c Use better test for presense of getopt_long function 2005-11-28 01:06:03 +10:00
signal.c Initial blocking implementation 2005-12-12 08:21:01 +10:00
signal.h Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements 2005-10-14 21:40:33 +10:00
tokenize.c Use better test for presense of getopt_long function 2005-11-28 01:06:03 +10:00
tokenizer.c Fisx crash buh when completing string ending in backslash 2005-12-26 08:00:44 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +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 Minor performance tweak: Do not allocate any heap memory for hash_table_t until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc() 2005-10-27 00:48:23 +10:00
util.h Minor performance tweak: Do not allocate any heap memory for hash_table_t until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc() 2005-10-27 00:48:23 +10:00
wgetopt.c 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
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 Fisx crash buh when completing string ending in backslash 2005-12-26 08:00:44 +10:00
wildcard.h Spelling 2005-12-08 01:57:17 +10:00
wutil.c Minor performance tweaks 2005-11-03 01:41:59 +10:00
wutil.h Minor performance tweaks 2005-11-03 01:41:59 +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.