No description
Find a file
liljencrantz f4f10a8226 Documentation improvements on new key binding system
darcs-hash:20070928213654-75c98-a4845fb417b0b29a75d4a337df18250bc488e271.gz
2007-09-29 07:36:54 +10:00
doc_src Documentation improvements on new key binding system 2007-09-29 07:36:54 +10:00
etc First stab at dropping all support for readlines inputrc files and instead using an internal system for performing keybinding. 2007-09-26 02:14:47 +10:00
po Updates to the swedish translation 2007-01-10 00:13:10 +10:00
share Fix bug in exit code that made the exit builtin exit even if there where running jobs if called directly from the commandline 2007-09-26 19:01:59 +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 Improve error reporting for bind builtin 2007-09-29 07:35:23 +10:00
builtin.h Make sure that io redirections are respected by the '.' builtin. This was not the case earlier, which caused various bugs, especially after eval was made into a function that internally used '.' 2007-04-26 04:30:02 +10:00
builtin_commandline.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
builtin_complete.c Spelling fixes from Chris Rebert 2007-08-02 03:35:24 +10:00
builtin_jobs.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
builtin_set.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
builtin_ulimit.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
common.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
common.h Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
complete.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
complete.h Spelling fixes from Chris Rebert 2007-08-02 03:35:24 +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 Add tparm fallback to use under systems having tparm with fixed number of paramters, required with Solaris curses. Updated configure script to check for c99 for compilation with Sun Studio under solaris and updated LDFlAGS for fish_pager etc to include library dependencies from common.c etc. 2007-08-22 17:57:41 +10:00
create_wajig_completions.py Add the file that generated the wajig completions to the tree. This should not be installed but it should be included with the tarball. The file was written by Reuben Thomas. 2006-11-04 00:26:45 +10:00
Doxyfile Initial revision 2005-09-20 23:26:39 +10:00
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 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 Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
env.h Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc. 2006-10-26 20:22:53 +10:00
env_universal.c Make fish store universal variables locally if fishd can't be started - local changes are lost of the fishd connection is restored 2006-11-15 22:34:47 +10:00
env_universal.h Minor comment edits and removal of a warning 2006-11-19 07:24:59 +10:00
env_universal_common.c Fix insane bytemark issue on Solaris 2007-09-09 05:19:40 +10:00
env_universal_common.h Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Change val[0] and body[0] in env universal to val[1] and body[1] to support compilation with Sun Studio. Change default prompt to use pekdon instead of whoami as it does not exist under Solaris. 2007-08-22 18:00:52 +10:00
event.c Add a 'generic' type of event that can be emited from any piece of code or by the user. Use this event layer to perform interactive configuration startup at the correct time. 2007-08-20 02:42:30 +10:00
event.h Add a 'generic' type of event that can be emited from any piece of code or by the user. Use this event layer to perform interactive configuration startup at the correct time. 2007-08-20 02:42:30 +10:00
exec.c There code for detecting when a keepalive process was needed missed lots of cases. This should fix some issues. Both the keepalive code and the code for spawning fake processes for builtins should be rethought, though. 2007-09-24 18:21:44 +10:00
exec.h Add compiler warnings for some common incorrect usage of functions, such as forgetting to cast null pointers to variadic functions 2006-10-20 01:19:47 +10:00
expand.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
expand.h Add compiler warnings for some common incorrect usage of functions, such as forgetting to cast null pointers to variadic functions 2006-10-20 01:19:47 +10:00
fallback.c Add tparm fallback to use under systems having tparm with fixed number of paramters, required with Solaris curses. Updated configure script to check for c99 for compilation with Sun Studio under solaris and updated LDFlAGS for fish_pager etc to include library dependencies from common.c etc. 2007-08-22 17:57:41 +10:00
fallback.h Add tparm fallback to use under systems having tparm with fixed number of paramters, required with Solaris curses. Updated configure script to check for c99 for compilation with Sun Studio under solaris and updated LDFlAGS for fish_pager etc to include library dependencies from common.c etc. 2007-08-22 17:57:41 +10:00
fish.spec.in Add a 'generic' type of event that can be emited from any piece of code or by the user. Use this event layer to perform interactive configuration startup at the correct time. 2007-08-20 02:42:30 +10:00
fish_indent.c Correct minor typos, stupid error messages, indentation and drop unused variable. 2007-09-22 00:07:52 +10:00
fish_pager.c Minor polish like adding missing whitespace, switch to using --argument switch in function definitions to make code more readable, add a few minor saftey checks, etc. 2007-09-24 07:07:30 +10:00
fish_tests.c Add escape/unescape and wide/narrow conversion tests to the test suite 2007-09-24 06:59:18 +10:00
fishd.c Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
function.c Add the possibility for functions which do not shadow the arguments of the calling function 2007-04-23 08:10:33 +10:00
function.h Add the possibility for functions which do not shadow the arguments of the calling function 2007-04-23 08:10:33 +10:00
halloc.c Avoid void pointer arithmetic in halloc.c 2007-09-09 05:18:14 +10:00
halloc.h Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc. 2006-10-26 20:22:53 +10:00
halloc_util.c Make halloc-based list allocation work without context 2007-02-24 23:19:32 +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 Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +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 Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
history.h Rewritten history implementation - uses mmap to save lots of memory and also allows incremental saving. The history is autosaved every five minutes and every five added entries 2006-10-21 08:36:49 +10:00
input.c Add more keys to list of kes supported by 'bind -k' 2007-09-29 07:36:16 +10:00
input.h First stab at dropping all support for readlines inputrc files and instead using an internal system for performing keybinding. 2007-09-26 02:14:47 +10:00
input_common.c Fix compilation with Sun Studio compiler changing \e to \x1b as it does not support \e as an escape character. 2007-08-22 17:52:39 +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 Add mention of uninstalling old fish versions to the INSTALL file. Thanks to Jason Grossman for the suggestion 2006-11-04 00:12:54 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Minor cleanups, mostly of code comments 2006-11-11 20:54:52 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Fix file descriptor leakage from completion pager 2006-11-12 22:16:13 +10:00
io.h Minor code tweaks 2007-04-17 06:10:53 +10:00
key_reader.c Minor edits of function descriptions, includes, etc. 2006-05-03 02:29:50 +10:00
kill.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
kill.h Fix the kill-line, backward-kill-line and kill-whole-line commands to work correctly with multiline editing 2006-10-12 23:27:32 +10:00
main.c Avoid magic number in main.c 2007-09-09 05:17:43 +10:00
make_completions.py Minor improvements to the completion generator and gcc completions 2007-04-22 20:14:14 +10:00
make_vcs_completions.fish Make sure completion descriptions generated by make_vcs_completions.fish are properly escaped. Thanks to Claes Næstén for the bug report. 2007-06-05 20:51:11 +10:00
Makefile.in Drop tokenizer.o from list of objects to include into fish_pager, since it wasn't actually used. Reduces size of pager binary by a few kB. 2007-09-26 19:29:57 +10:00
mimedb.c Print 'unknown' if 'mimedb -d' fails 2007-05-25 03:10:53 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Add better debbuging information when writembs is called with null value. 2007-09-10 00:04:36 +10:00
output.h Add better debbuging information when writembs is called with null value. 2007-09-10 00:04:36 +10:00
parse_util.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
parse_util.h Make up/down cursor move up or down when in multiline mode, except if already in search mode or at the top/bottom line. Since part of this is done in script-space, this involves adding some functionality to the commandline builtin. 2007-09-22 00:05:49 +10:00
parser.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
parser.h Add the possibility for functions which do not shadow the arguments of the calling function 2007-04-23 08:10:33 +10:00
parser_keywords.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
parser_keywords.h Move keyword detection code to separate file 2007-04-22 19:50:26 +10:00
path.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
path.h Further improve accuracy of cd builtins error messages. Now correctly reports rotten symlinks. 2007-09-21 03:52:43 +10:00
print_help.c Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
print_help.h Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries 2006-11-18 02:24:38 +10:00
proc.c Minor code tweaks 2007-04-17 06:10:53 +10:00
proc.h Replace the count function with a builtin for performance reasons. The count function used at least two forks, which was noticable on systems such as OS X with slow forks 2007-08-01 07:23:32 +10:00
reader.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
reader.h Make up/down cursor move up or down when in multiline mode, except if already in search mode or at the top/bottom line. Since part of this is done in script-space, this involves adding some functionality to the commandline builtin. 2007-09-22 00:05:49 +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 Improve documentation in screen handling code 2007-09-24 18:56:02 +10:00
screen.h Make sure that ouput with no trailing newline is not eaten. This is a regression bug fix. 2007-09-24 18:13:01 +10:00
seq.in Fix typo in seq.in 2006-08-10 08:52:30 +10:00
set_color.c A few more error checks during string to integer conversion in various places 2007-01-09 23:41:17 +10:00
signal.c Minor code tweaks 2007-04-17 06:10:53 +10:00
signal.h Make sure signals aren't blocked while autoloading, also add a few consistency checks to see that signals aren't blocked in critical places 2006-10-30 07:09:11 +10:00
tokenizer.c Fix compile issue with Sun Studio, read_redirect returns void still doing return read_direct breaks with error about returning from function returning void. 2007-08-22 17:49:00 +10:00
tokenizer.h Add autoindentation support 2006-10-07 10:56:25 +10:00
user_doc.head.html Documentation updates 2006-11-11 20:52:08 +10:00
util.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
util.h Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
wgetopt.c Add --without-gettext switch to optionally disable gettext support 2006-11-30 00:18:22 +10:00
wgetopt.h Apdate address of fish homepage 2006-10-10 01:20:07 +10:00
wildcard.c Replace variadic functions like sb_append and contains_str with variadic macros without a sentinel. 2007-09-29 07:32:27 +10:00
wildcard.h Round of bug fixes and minor code improvements after the completions struct update. Moves the file description code to wildcard.c, where it was actually used. Simplifies the memory allocations in that code significantly. Makes sure directoriy names don't get a space inserted after the completion. 2007-02-25 19:05:24 +10:00
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 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.