No description
Find a file
axel 12a0f6d72b Swedish tranlations checkin
darcs-hash:20060119134518-ac50b-4a70b43bd613a5a6e9d08b280eb2814778f0e6ee.gz
2006-01-19 23:45:18 +10:00
doc_src Make manual and completions reflect the facty that any combination od set_color params are valid values for $fish_color_* variables 2006-01-18 05:34:50 +10:00
init Swedish tranlations checkin 2006-01-19 23:45:18 +10:00
po Swedish tranlations checkin 2006-01-19 23:45:18 +10:00
tests Fix broken regression test (irony?) 2005-10-02 23:44:06 +10:00
builtin.c Fix crash bugs in fg and bg builtins, and make sure bg doesn't consider background jobs when run without an argument 2006-01-19 23:15:15 +10:00
builtin.h 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
builtin_commandline.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51: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 Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +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 Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
common.h Make the functions builtin display function listing on -n to a terminal in a human-friendly format 2006-01-15 21:58:05 +10:00
complete.c Various corrections for advanced tab completions. Should make the --export 2006-01-14 11:59:37 +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 Don't include intl headers in translate.h if we're not going to use gettext 2006-01-19 04:37:58 +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 Check location of term.h header (updated) 2006-01-19 22:22:07 +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 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 Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
event.h Code cleanup 2005-12-15 23:59:02 +10:00
exec.c Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
exec.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
expand.c Remove accidental newline in error message 2006-01-18 03:23:12 +10:00
expand.h Spelling 2005-12-08 01:57:17 +10:00
fish.spec.in Remove the tokenize command from the rpm spec file 2006-01-12 00:09:41 +10:00
fish_pager.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
fish_tests.c Spelling 2005-12-08 01:57:17 +10:00
fishd.c Fix two issues on OS X, a non-compatible use of the expr command and a bad init of a socket for the universal variable daemon 2006-01-10 00:44:18 +10:00
function.c Make sure functions as printed by the fyunctions builtin don't have any stray empty lines 2006-01-14 11:58:01 +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 Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
input.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input_common.c Add missing includes in input_common.c 2006-01-19 22:23:22 +10:00
input_common.h Use private use area for internal non-unicode characters 2005-10-20 21:27:54 +10:00
INSTALL Corrections to the INSTALL file 2006-01-16 07: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 Check location of term.h header (updated) 2006-01-19 22:22:07 +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 Make description messages more uniform 2006-01-09 09:13:06 +10:00
Makefile.in Make it possible to manually rebuild an existing messages.pot using 'make messages'. Don't use the --no-wrap switch for xgettext, since it's not universally supported. Print an explanation if xgettext fails. 2006-01-19 02:59:17 +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 Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
output.h Initial imlementation of uname shellscript function 2005-10-17 23:24:12 +10:00
parser.c Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
parser.h Change syntax of 'and' and 'or' to infix order 2006-01-06 01:37:53 +10:00
proc.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
proc.h Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
reader.c Check location of term.h header (updated) 2006-01-19 22:22:07 +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 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
set_color.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
signal.c Define a few additional signals 2006-01-19 04:40:46 +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
tokenizer.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +10:00
translate.c Don't include intl headers in translate.h if we're not going to use gettext 2006-01-19 04:37:58 +10:00
translate.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +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 Do not free allocated data when clearing a string_buffer_t 2006-01-10 03:13:02 +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 Remove some GNU preprocessor magic from wgetopt.c, it only applies to regular getopt 2006-01-18 03:24:12 +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 Remove a few warnings 2006-01-16 23:42:44 +10:00
wildcard.h Spelling 2005-12-08 01:57:17 +10:00
wutil.c Make string formating functions correctly handle %%. Thanks to Hiroshi Sakurai 2006-01-17 01:04:24 +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.