No description
Find a file
axel c9e98c2eef Update function wrapper for cd builtin, make sure a local variable is used
darcs-hash:20060617131145-ac50b-1cef97b5e774713f659962b7e33f889be3081a3d.gz
2006-06-17 23:11:45 +10:00
doc_src Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
etc Set default highligting for valid paths 2006-06-15 00:22:41 +10:00
po Minor updates to swedish translations 2006-06-13 06:54:55 +10:00
share Update function wrapper for cd builtin, make sure a local variable is used 2006-06-17 23:11:45 +10:00
tests Updates, bugfixing and minor edits on the test suite 2006-06-05 23:31:33 +10:00
builtin.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin_commandline.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin_complete.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin_help.hdr Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin_jobs.c Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly 2006-06-13 23:43:28 +10:00
builtin_set.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
builtin_ulimit.c Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly 2006-06-13 23:43:28 +10:00
common.c Minor comment edits, reindentation and other code formating changes 2006-06-15 20:37:06 +10:00
common.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
complete.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
complete.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +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 Provide fallback implementation of lrand48_r 2006-06-15 20:53:15 +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 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 Use variable arrays if compiler supports C99, this saves a small amount of memory 2006-06-14 03:22:51 +10:00
env.h Add more function input validation checks 2006-06-09 09:52:12 +10:00
env_universal.c Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails. 2006-06-05 06:14:51 +10:00
env_universal.h Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails. 2006-06-05 06:14:51 +10:00
env_universal_common.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
env_universal_common.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
event.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
event.h Remove superflous event_signal_listen function, replace all calls to it with event_get 2006-05-15 08:27:58 +10:00
exec.c Add more function input validation checks 2006-06-09 09:52:12 +10:00
exec.h Minor cleanup 2006-05-18 23:00:39 +10:00
expand.c Add support for hishlighting potentially valid paths - default behaviour is to underline them 2006-06-14 23:22:40 +10:00
expand.h Minor comment edits, reindentation and other code formating changes 2006-06-15 20:37:06 +10:00
fallback.c Provide fallback implementation of lrand48_r 2006-06-15 20:53:15 +10:00
fallback.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
fish.spec.in Update rpm spec file, doxygen is no longer rewuired at build time 2006-06-17 23:10:36 +10:00
fish_pager.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
fish_tests.c Updates, bugfixing and minor edits on the test suite 2006-06-05 23:31:33 +10:00
fishd.c Decrease verbosity of fishd 2006-06-14 01:39:40 +10:00
function.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +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 warnings from ICC 2006-03-29 10:14:50 +10:00
halloc.h Minor edits, additional comments, etc. 2006-02-19 11:54:38 +10:00
halloc_util.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +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 Fix bugs in the highlighting code related to detection and display of non-existing paths to the cd builtin 2006-06-17 20:41:28 +10:00
highlight.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
history.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
history.h Lazily load history file 2006-02-07 01:08:10 +10:00
input.c Remove unused variable, and make a few variables static 2006-06-14 03:23:37 +10:00
input.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
input_common.c 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
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 Update section about compilers in INSTALL file to reflect that fish is known to work with ICC 2006-03-30 07:30:31 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Fix bug that caused block level io redirection to break on while loops 2006-05-15 08:29:05 +10:00
io.h Fix bug that caused block level io redirection to break on while loops 2006-05-15 08:29:05 +10:00
key_reader.c Minor edits of function descriptions, includes, etc. 2006-05-03 02:29:50 +10:00
kill.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c The license agreement int the docs explicitly state GPL v2, while main.c mentions GPL v2 or later. Removed the latter to avoid ambiguity. 2006-06-16 01:23:06 +10:00
Makefile.in Include fallback functions in set_color command 2006-06-16 01:24:19 +10:00
mimedb.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Update the set_color command: Add underline support, make the command a bit more rubust to missing ferminal features, and update documentation and completions 2006-06-15 23:49:15 +10:00
output.h Add support for hishlighting potentially valid paths - default behaviour is to underline them 2006-06-14 23:22:40 +10:00
parse_util.c Fix segfault caused by a backslash followed by a null inside single quotes 2006-06-15 10:59:31 +10:00
parse_util.h Add support for hishlighting potentially valid paths - default behaviour is to underline them 2006-06-14 23:22:40 +10:00
parser.c Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
parser.h Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly 2006-06-13 23:43:28 +10:00
proc.c Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly 2006-06-13 23:43:28 +10:00
proc.h Fix minor typos in code comments 2006-06-05 10:42:01 +10:00
reader.c Slightly improve accuracy of calculations of prompt width 2006-06-15 23:50:23 +10:00
reader.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
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Fix some minor 64-bit uncleanlieness - thanks to James Anthill 2006-06-02 05:42:31 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
seq.in Revert addition of the seq file to repo - only seq.in should be there. Also apply earlier fix to seq.in 2006-06-01 01:44:28 +10:00
set_color.c Update the set_color command: Add underline support, make the command a bit more rubust to missing ferminal features, and update documentation and completions 2006-06-15 23:49:15 +10:00
signal.c Remove superflous event_signal_listen function, replace all calls to it with event_get 2006-05-15 08:27:58 +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 Add a few NULL checks to the codebase to avoid crashes on minor bugs 2006-05-10 21:54:31 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +10:00
translate.c Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions 2006-02-28 23:17:16 +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 Add a little padding in the documentation stylesheet to make it easier to differ between different header levels 2006-05-10 02:41:46 +10:00
util.c Drop most 'const's from function prototypes 2006-06-13 07:47:42 +10:00
util.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
wgetopt.c Add missing includes 2006-03-06 07:24:11 +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 Fix warnings from ICC 2006-03-29 10:14:50 +10:00
wildcard.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +10:00
wutil.c Add support for hishlighting potentially valid paths - default behaviour is to underline them 2006-06-14 23:22:40 +10:00
wutil.h Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc 2006-06-17 23:07:08 +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.