No description
Find a file
axel c2e1d76400 Fix missing man-page generation when building from darcs tree. Also simplifys doc generation a small bit.
darcs-hash:20061120135336-ac50b-d3b7a4ce2ac6bcc307c57cfcd23db86a8ac411a8.gz
2006-11-20 23:53:36 +10:00
doc_src
etc First stab at directory transition. Test with care... 2006-10-19 21:50:23 +10:00
po
share
tests
builtin.c
builtin.h
builtin_commandline.c
builtin_complete.c
builtin_jobs.c
builtin_set.c
builtin_ulimit.c
common.c Add a bugreport function for writing out a message about how to file bug reports 2006-11-18 00:58:25 +10:00
common.h
complete.c
complete.h
config.guess
config.sub
configure.ac
count.c
create_wajig_completions.py
Doxyfile
Doxyfile.help.in Fix missing man-page generation when building from darcs tree. Also simplifys doc generation a small bit. 2006-11-20 23:53:36 +10:00
Doxyfile.user
env.c
env.h
env_universal.c
env_universal.h
env_universal_common.c
env_universal_common.h
event.c
event.h
exec.c
exec.h
expand.c
expand.h
fallback.c
fallback.h
fish.spec.in
fish_pager.c
fish_tests.c
fishd.c
function.c
function.h
halloc.c
halloc.h
halloc_util.c
halloc_util.h
highlight.c
highlight.h
history.c
history.h
input.c
input.h
input_common.c
input_common.h
INSTALL
install-sh
intern.c
intern.h
io.c
io.h
key_reader.c
kill.c
kill.h
main.c
Makefile.in
mimedb.c
mimedb.h
output.c
output.h
parse_util.c
parse_util.h
parser.c
parser.h
path.c
path.h
print_help.c
print_help.h
proc.c
proc.h
reader.c
reader.h
README
sanity.c
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
screen.c
screen.h
seq.in
set_color.c
signal.c
signal.h
tokenizer.c
tokenizer.h
user_doc.head.html
util.c
util.h
wgetopt.c
wgetopt.h Apdate address of fish homepage 2006-10-10 01:20:07 +10:00
wildcard.c
wildcard.h
wutil.c Decrease number of gettext messages that are buffered to save memory 2006-10-21 08:34:40 +10:00
wutil.h Add wrename wrapper around rename function 2006-10-21 08:33:47 +10:00
xdgmime.c
xdgmime.h
xdgmimealias.c
xdgmimealias.h
xdgmimeglob.c
xdgmimeglob.h
xdgmimeint.c
xdgmimeint.h
xdgmimemagic.c
xdgmimemagic.h
xdgmimeparent.c
xdgmimeparent.h
xsel-0.9.6.tar

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.