No description
Find a file
ridiculousfish f92b24221a Made pwd a builtin
Fixed a thread error when autosuggesting with a command substitution
2012-03-09 20:16:26 -08:00
doc_src minor changes on user doc 2011-02-20 02:58:11 +08:00
etc Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch 2012-03-06 15:52:16 -08:00
FishsFish.xcodeproj Implemented test as a builtin (!) 2012-03-07 00:54:01 -08:00
po remove trialing spaces #2 2010-09-18 10:18:26 +08:00
share Added some missing calls to setup_fork_guards() in utilities. 2012-03-07 11:35:22 -08:00
tests add test case for 364d3dbbf8 2010-11-24 00:35:56 +08:00
.gitignore update .gitignore 2010-10-05 21:14:43 +08:00
autoload.cpp Some more changes in preparation for turning on complete-based autosuggestions 2012-02-26 20:11:34 -08:00
autoload.h Some more changes in preparation for turning on complete-based autosuggestions 2012-02-26 20:11:34 -08:00
builtin.cpp Made pwd a builtin 2012-03-09 20:16:26 -08:00
builtin.h Improved error reporting for builtin_test 2012-03-07 01:02:46 -08:00
builtin_commandline.cpp Removed a lot of string_buffer_t 2012-02-22 12:00:02 -08:00
builtin_complete.cpp Add some more locking and const correctness to completion_entry_t in preparation for supporting better multithreading 2012-02-26 14:32:06 -08:00
builtin_jobs.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
builtin_set.cpp Fix to preserve errno across certain calls to stop printing EOVERFLOW messages in weird places 2012-03-03 15:28:16 -08:00
builtin_test.cpp Improve error reporting for builtin_test 2012-03-07 01:16:50 -08:00
builtin_ulimit.cpp Large set of changes to migrate sb_out and sb_err to wcstring 2012-02-22 10:51:06 -08:00
color.cpp Fix to allow color.cpp to use fallback wcscasecmp 2012-02-19 11:07:02 -08:00
color.h Added color.h, color.cpp. Got term256 colors working. 2012-02-12 18:05:59 -08:00
common.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
common.h A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
complete.cpp Made pwd a builtin 2012-03-09 20:16:26 -08:00
complete.h Remove string_buffer_t (!) 2012-03-03 22:08:34 -08: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 Improved check for pthread library to build successfully on Linux 2012-01-06 11:50:17 -08:00
create_manpage_completions.py Putting a copyright statement on my script :) 2012-01-29 13:02:40 +05:30
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 remove trialing spaces #2 2010-09-18 10:18:26 +08:00
Doxyfile.help.in remove trialing spaces #2 2010-09-18 10:18:26 +08:00
Doxyfile.user remove trialing spaces #2 2010-09-18 10:18:26 +08:00
env.cpp Allow g_log_forks to be set by fish_log_forks env var 2012-03-09 11:56:33 -08:00
env.h Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch 2012-03-06 15:52:16 -08:00
env_universal.cpp Replace some string_buffer_t 2012-03-03 23:01:42 -08:00
env_universal.h Modified env_get_string() to accept wcstring instead of wchar_t*. 2012-02-24 00:58:01 +05:30
env_universal_common.cpp Replace some string_buffer_t 2012-03-03 23:01:42 -08:00
env_universal_common.h Replace some string_buffer_t 2012-03-03 23:01:42 -08:00
event.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
event.h Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB. 2012-03-03 15:22:03 -08:00
exec.cpp Attempt to not fork just to output the result of simple builtins. I'm unsure of why this was necessary, if it ever was. 2012-03-09 11:49:29 -08:00
exec.h A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
expand.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
expand.h Some work to allow completions to be evaluated off of the main thread 2012-02-24 12:19:31 -08:00
fallback.cpp Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
fallback.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
fish.cpp Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch 2012-03-06 15:52:16 -08:00
fish.spec.in remove trialing spaces #2 2010-09-18 10:18:26 +08:00
fish_indent.cpp Added some missing calls to setup_fork_guards() in utilities. 2012-03-07 11:35:22 -08:00
fish_pager.cpp Added some missing calls to setup_fork_guards() in utilities. 2012-03-07 11:35:22 -08:00
fish_tests.cpp Fix builtin_test to properly handle last expression in a combining expression 2012-03-07 01:13:24 -08:00
fishd.cpp Added some missing calls to setup_fork_guards() in utilities. 2012-03-07 11:35:22 -08:00
function.cpp Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB. 2012-03-03 15:22:03 -08:00
function.h Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB. 2012-03-03 15:22:03 -08:00
highlight.cpp For for crash when typing backslash c 2012-03-03 20:38:16 -08:00
highlight.h Fix to change highlighting functions to take wcstring& instead of const wchar_t * 2012-02-21 17:55:56 -08:00
history.cpp Fix for history being saved too often 2012-03-03 23:10:15 -08:00
history.h Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before) 2012-03-04 02:35:30 -08:00
input.cpp Updated a comment 2012-03-06 14:32:00 -08:00
input.h Notice when fish_term256 changes and react to it 2012-03-05 14:18:16 -08:00
input_common.cpp IO port 2011-12-26 21:05:25 -08:00
input_common.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
INSTALL remove trialing spaces #2 2010-09-18 10:18:26 +08:00
install-sh remove trialing spaces #2 2010-09-18 10:18:26 +08:00
intern.cpp Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB. 2012-03-03 15:22:03 -08:00
intern.h Made intern'd strings thread safe. 2012-01-23 20:02:15 -08:00
internalize_scripts.py Changes to make completions internalized scripts. 2012-01-15 00:25:21 -08:00
io.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
io.h Flip the switch to stop draining threads before exec (!) 2012-03-09 11:28:24 -08:00
iothread.cpp Implemented test as a builtin (!) 2012-03-07 00:54:01 -08:00
iothread.h Added some fork tests, fixed some bugs it found 2012-02-29 17:55:50 -08:00
key_reader.cpp Added some missing calls to setup_fork_guards() in utilities. 2012-03-07 11:35:22 -08:00
kill.cpp Fixed compilation on Linux. 2012-03-04 16:57:41 +05:30
kill.h Clean up the kill ring 2012-03-03 21:46:06 -08:00
lru.h Squash a leak in LRU caches 2012-02-17 14:54:58 -08:00
make_completions.py remove trialing spaces #2 2010-09-18 10:18:26 +08:00
make_vcs_completions.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
Makefile.in Implemented test as a builtin (!) 2012-03-07 00:54:01 -08:00
mimedb.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.cpp Additional work towards "forcing" term256 mode on supported terms 2012-03-05 13:39:01 -08:00
output.h Begin to rework term256 support 2012-03-05 10:44:08 -08:00
parse_util.cpp Removed a lot of string_buffer_t 2012-02-22 12:00:02 -08:00
parse_util.h Const correctness changes 2012-02-06 00:57:43 -08:00
parser.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
parser.h Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Total allocations down by a factor of 3 or so, live allocations a few KB. 2012-03-03 15:22:03 -08:00
parser_keywords.cpp Migrate functions like parser_keywords_is_block to wcstring 2012-01-30 09:46:33 -08:00
parser_keywords.h Migrate functions like parser_keywords_is_block to wcstring 2012-01-30 09:46:33 -08:00
path.cpp Setting cdpath to current directory in path.cpp. 2012-03-04 01:28:09 +05:30
path.h Fix to prevent autosuggesting cd'ing to the current working directory 2012-02-18 21:56:30 -08:00
postfork.cpp Flip the switch to stop draining threads before exec (!) 2012-03-09 11:28:24 -08:00
postfork.h More work towards improving relationship between multithreading and fork 2012-02-29 16:14:51 -08:00
print_help.cpp Lots of warnings fixes and const correctness 2012-01-14 03:41:50 -08:00
print_help.h Lots of warnings fixes and const correctness 2012-01-14 03:41:50 -08:00
proc.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
proc.h A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
reader.cpp Fix for completions only printing one item 2012-03-05 10:03:26 -08:00
reader.h Some more changes in preparation for turning on complete-based autosuggestions 2012-02-26 20:11:34 -08:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.cpp More work towards autosuggesting completions 2012-02-25 18:54:49 -08:00
sanity.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
screen.cpp Removed buffer_t 2012-03-04 02:45:51 -08:00
screen.h Added color.h, color.cpp. Got term256 colors working. 2012-02-12 18:05:59 -08:00
seq.in Merged changes from codemonkey and grissiom branches 2010-11-12 02:07:14 +11:00
set_color.cpp Color work 2012-02-11 17:07:56 -08:00
signal.cpp More work on improving interaction between fork and pthreads. Added null_terminated_array_t class. 2012-02-29 16:14:51 -08: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.cpp Added some const correctness 2012-02-24 09:33:30 -08:00
tokenizer.h Added some const correctness 2012-02-24 09:33:30 -08:00
user_doc.head.html remove trialing spaces #2 2010-09-18 10:18:26 +08:00
util.cpp Removed buffer_t 2012-03-04 02:45:51 -08:00
util.h Removed buffer_t 2012-03-04 02:45:51 -08:00
wgetopt.cpp Incorporate Siteshwar's patch for building on Linux 2012-01-05 13:58:48 -08:00
wgetopt.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
wildcard.cpp removed some string_buffer 2012-03-03 19:37:55 -08:00
wildcard.h Some cleanup of completions in preparation for more multithreading 2012-02-26 13:27:31 -08:00
wutil.cpp A bunch of changes working towards eliminating all memory allocation after fork() 2012-03-08 23:21:07 -08:00
wutil.h Remove string_buffer_t (!) 2012-03-03 22:08:34 -08:00
xdgmime.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
xdgmime.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
xdgmimealias.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
xdgmimealias.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
xdgmimeglob.h Some changes to migrate towards C++ and a multithreaded model 2011-12-26 19:18:46 -08:00
xdgmimeint.cpp Initial C++ conversion 2011-12-26 19:11:54 -08:00
xdgmimeint.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimemagic.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
xdgmimemagic.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.cpp Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly. 2012-03-02 00:27:40 -08:00
xdgmimeparent.h Initial revision 2005-09-20 23:26:39 +10:00
xsel-1.2.0.tar.gz upgrade xsel to 1.2.0 2010-09-18 10:14:14 +08: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.