aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Use sgrep instead of grep in ssh completionGravatar ridiculousfish2014-08-13
* | Strip users with leading underscores from ssh completionsGravatar ridiculousfish2014-08-12
* | Make __fish_print_users work on OS X via dsclGravatar ridiculousfish2014-08-12
* | Accepting an autosuggestion should clear the pagerGravatar ridiculousfish2014-08-11
* | Don't show "and 1 more rows" in pager if that requires a rowGravatar ridiculousfish2014-08-11
* | Don't try to colorize errors when running in XcodeGravatar ridiculousfish2014-08-04
* | Add fish_tests target to Xcode buildGravatar ridiculousfish2014-08-04
* | Set $CMD_DURATION to milliseconds. Fixes #1585Gravatar Gio d'Amelio2014-08-04
* | Authenticate connections to web_config serviceGravatar David Adam2014-08-04
* | Clarify I/O redirection documentationGravatar David Adam2014-08-03
* | Remove getpeerid/getpeerucred and fallbacksGravatar David Adam2014-08-03
* | Document new fish_title behavior per #334Gravatar ridiculousfish2014-08-03
* | Clean up reader_write_title to work with wcstringGravatar ridiculousfish2014-08-02
* | add command line string as $argv[1] for fish_titleGravatar jianjun2014-08-02
* | Update grunt.fishGravatar Kevin Stone2014-08-02
* | Fix up OSC / iTerm2 escape code parsing as part of #1565Gravatar ridiculousfish2014-07-30
* | Parse OSC codes in escape_code_length(). They begin with <esc> ] and are term...Gravatar George Nachman2014-07-30
* | Add support for toor account.Gravatar Konrad Borowski2014-07-30
* | add completions for Node.js & NPMGravatar phette232014-07-29
* | Fix bad example in docs for test -n $MANPATHGravatar ridiculousfish2014-07-29
* | Improve history robustness against corrupt filesGravatar ridiculousfish2014-07-29
* | Render sample prompts faster in fish_config by using a thread poolGravatar ridiculousfish2014-07-29
* | Make prompt selection more like color selection in fish_config. RemoveGravatar ridiculousfish2014-07-29
* | Fix umask function regexGravatar David Xia2014-07-29
* | Fix fish_config error with python3Gravatar David Xia2014-07-28
* | Teach fish to compute the length of more escape sequences.Gravatar ridiculousfish2014-07-26
* | Make abbreviations work correctly with type-aheadGravatar ridiculousfish2014-07-25
* | Clean up default environment variables.Gravatar ridiculousfish2014-07-25
* | Add support for history --merge to incorporate history changes fromGravatar ridiculousfish2014-07-25
* | Avoid using OptionParser to parse bindings in webconfig.pyGravatar Siteshwar Vashisht2014-07-25
* | Allow parse_util_detect_errors to treat incomplete strings as errorsGravatar ridiculousfish2014-07-24
* | Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-07-23
|\ \
| * | Updated code to parse bindings in webconfig.pyGravatar Siteshwar Vashisht2014-07-23
* | | "webconfig.py: Don't allow NoneType as buffer, fallback to bytes.Gravatar adisbladis2014-07-22
|/ /
* | Select the 4th line of output, instead of the second to last lineGravatar Michishige Kaito2014-07-16
* | Add grunt completionGravatar Michishige Kaito2014-07-16
* | Merge pull request #1559 from davidxia/add-vi-mode-docs-fixesGravatar ridiculousfish2014-07-15
|\ \
| * | Fix minor syntax and capitalization mistakes in vi mode docsGravatar David Xia2014-07-15
|/ /
* | Add docs for vi modeGravatar David Xia2014-07-15
| * type: Restore combined flags behaviorGravatar Kevin Ballard2014-07-14
| * Fix `make test` to use local functionsGravatar Kevin Ballard2014-07-14
| * read: Support arrays, character splittingGravatar Kevin Ballard2014-07-14
| * command: Rename -p/--path flag to -s/--searchGravatar Kevin Ballard2014-07-13
| * Update tests for new `type` behaviorGravatar Kevin Ballard2014-07-13
| * type: Stop claiming `grep` is a functionGravatar Kevin Ballard2014-07-13
| * Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
| * test: Add a new --quiet flag to suppress outputGravatar Kevin Ballard2014-07-13
| * type: Separate the notion of multi and pathsGravatar Kevin Ballard2014-07-13
| * Fix `type` function to work betterGravatar Kevin Ballard2014-07-13
| * Fix typo in documentation for `type` builtinGravatar Kevin Ballard2014-07-13