aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add completion for zypper pkg manager (openSUSE)Gravatar Max Gonzih2013-05-24
| | | | | Implemented subcommand completion, global arguments completion Not implemented yet subcommand arguments completion
* Fix for crashing and assertion failures when tab completing a token that ↵Gravatar ridiculousfish2013-05-20
| | | | | | consists of only backslash Fixes https://github.com/fish-shell/fish-shell/issues/762
* Fix for failing to update command line while cycling through tab completionsGravatar ridiculousfish2013-05-20
| | | | https://github.com/fish-shell/fish-shell/issues/765
* Updated links to documentation in README.mdGravatar Siteshwar Vashisht2013-05-19
|
* Merge branch 'Integration_2.0.0'Gravatar ridiculousfish2013-05-17
|\
* | Use gnutar instead of tar for making tarballsGravatar ridiculousfish2013-05-17
| |
| * Fix for AppleScript error in fish.appGravatar ridiculousfish2013-05-17
| |
| * Added missing osx/install.sh for building fish.appGravatar ridiculousfish2013-05-16
| |
| * Fix for failing to weak link wcsncasecmp - binary dies on SnowLeopardGravatar ridiculousfish2013-05-16
|/
* Add note about uninstalling fishGravatar ridiculousfish2013-05-16
|
* Merge branch 'Integration_2.0.0'Gravatar ridiculousfish2013-05-15
|\
| * Release notes for fish 2.0Gravatar ridiculousfish2013-05-15
| |
| * Ugly hack to move functions in sample prompts inside fish_prompt to address #736Gravatar ridiculousfish2013-05-13
| |
| * Space -> tab in ack completion to match rest of fileGravatar ridiculousfish2013-05-13
| |
| * Silence errors when ack doesn't support --dumpGravatar Dag Odenhall2013-05-13
| | | | | | | | | | It seems to be new in ack 2.x and with 1.96 I get error messages when the ack completions are loaded.
| * update darcs completionsGravatar David Adam (zanchey)2013-05-13
| |
| * update cvs completionsGravatar David Adam (zanchey)2013-05-13
| |
| * Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | | | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
| * Document that fish functions cannot be backgroundGravatar David Adam (zanchey)2013-05-13
| | | | | | | | (Documentation for #238, #563)
| * FAQ updates - implicit cd and autosuggestionsGravatar David Adam (zanchey)2013-05-13
| |
| * documentation typosGravatar David Adam (zanchey)2013-05-13
| |
| * Add errret param to other calls to setuptermGravatar ridiculousfish2013-05-13
| |
| * Prevent fish dying if setupterm() fails in builtin_set_color()Gravatar Ian Munsie2013-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since set_color was changed to a built-in command, the entire shell will exit in the event that setupterm() fails for some reason since ncurses does an exit() if an errret was not passed in. setupterm() can fail if the TERM environment variable is not set. This can cause the shell to die prematurely if set_color is called from a startup file like config.fish (such as vi-mode.fish which caches the results of set_color when it is loaded) and fish is started without a TERM set (e.g. when started from .xsession, or when being used as a remote shell by a command such as rsync, scp or git) A simple repro case for this issue is: ian@delenn~ [i]> echo set_color normal > ~/.config/fish/config.fish ian@delenn~ [i]> scp localhost:test . TERM environment variable not set. ian@delenn~ [i]> This patch passes in an errret variable to setupterm(), which causes ncurses to return the error to builtin_set_color() rather than calling exit(): ian@delenn~ [i]> scp localhost:test . test 100% 0 0.0KB/s 00:00 ian@delenn~ [i]> Signed-off-by: Ian Munsie <darkstarsword@gmail.com>
| * Attempt again to fix UnicodeDecodeError (issue #658)Gravatar ridiculousfish2013-05-12
| |
* | Doc fix where wrong file was referenced in an exampleGravatar ridiculousfish2013-05-12
| |
| * Correct sizes of certain fish.app iconsGravatar ridiculousfish2013-05-05
|/
* Typos in the fish OS X package installer rtf fileGravatar ridiculousfish2013-05-05
|
* Formatting and style updatesGravatar ridiculousfish2013-05-05
|
* Avoid generating man page and help section for printf (to fallback on system ↵Gravatar Siteshwar Vashisht2013-05-05
| | | | man page for printf)
* Added documentation for printfGravatar Siteshwar Vashisht2013-05-05
| | | | Fix for https://github.com/fish-shell/fish-shell/issues/488
* Add completions for cabal; closes #567Gravatar Dag Odenhall2013-05-04
|
* Manually cleaned up Mercurial completions.Gravatar Tin Tvrtkovic2013-05-04
|
* Clarify "input/output methods" in documentationGravatar ridiculousfish2013-05-04
|
* Merge branch 'zanchey-docs'Gravatar ridiculousfish2013-05-04
|\ | | | | | | | | Conflicts: doc_src/index.hdr.in
| * Add a note about getting help through man pagesGravatar ridiculousfish2013-05-04
| |
* | Fixed small typoGravatar Kurtis Nusbaum2013-05-01
| | | | | | | | | | | | Fixed a small typo that I noticed in the design docs. Pretty sure it was meant to say "turned off" instead of "turned of".
* | Tiny typo.Gravatar Eivind Uggedal2013-05-01
| |
| * index.hdr.in: slightly more controversial changesGravatar David Adam2013-04-30
| | | | | | | | | | | | | | | | | | | | | | - Clarify wording in functions section - Use the term aliases rather than wrappers - Clarification of concepts and better? examples in variable expansion - Likewise in environment variables - Using the phrase builtin commands rather than builtins - Tidy up keybindings a bit - Another example in the history section - Remove TODO section in favour of mailing list, GitHub and IRC link
| * index.hdr.in: (hopefully) non-controversial editsGravatar David Adam2013-04-30
| |
| * index.hdr.in: add code markupGravatar David Adam2013-04-30
| |
| * status command: improve help textGravatar David Adam2013-04-29
| |
| * miscellaneous typosGravatar David Adam2013-04-29
|/
* Make trap sort of work on OS XGravatar ridiculousfish2013-04-28
| | | | https://github.com/fish-shell/fish-shell/issues/607
* Fix __fish_filter_mime to not pass 0 to seqGravatar ridiculousfish2013-04-28
|
* Fix typos in count documentationGravatar ridiculousfish2013-04-28
|
* Fix broken sentence in the Job Control section of the user doc.Gravatar Eivind Uggedal2013-04-28
|
* Teach fish about rxvt's special key bindingsGravatar ridiculousfish2013-04-28
| | | | https://github.com/fish-shell/fish-shell/issues/657
* Formatting cleanup of builtin_containsGravatar ridiculousfish2013-04-28
|
* Refactored out individual VCS completions.Gravatar Tin Tvrtkovic2013-04-28
| | | | Autogenerated completions for Mercurial using a recent version (no extensions installed).
* Teach the Makefile to only instruct the user to edit /etc/shells if it needs ↵Gravatar ridiculousfish2013-04-27
| | | | to be edited