aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Comment on why we run 'false' in web_config.pyGravatar ridiculousfish2014-08-22
* | Show a non-zero status in the fish_config promptGravatar Kevin Ballard2014-08-22
* | Set up fish_{function,complete}_path properlyGravatar Kevin Ballard2014-08-22
* | Add a test for syntax highlighting pipesGravatar ridiculousfish2014-08-22
* | Highlight pipe characters correctlyGravatar Kevin Ballard2014-08-22
* | Make the `alias` built-in function work betterGravatar Kevin Ballard2014-08-22
* | Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-08-22
|\ \
| * | webconfig: fixes for token securityGravatar Andy Lutomirski2014-08-22
| * | webconfig: Use a constant-time token comparisonGravatar Andy Lutomirski2014-08-22
* | | Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa...Gravatar ridiculousfish2014-08-21
|\ \ \ | |/ / |/| |
* | | Clean up the IFS handling in command substitutionGravatar Kevin Ballard2014-08-21
* | | doc: Document how IFS affects command substitutionGravatar Kevin Ballard2014-08-21
* | | doc: Fix docs on $HOME/$USERGravatar Kevin Ballard2014-08-21
* | | doc: Fix links in "Further help and development"Gravatar Kevin Ballard2014-08-21
* | | set: Print an error when setting `umask` to a bad valueGravatar Kevin Ballard2014-08-21
| | * Fix error span for invalid slice indexesGravatar Kevin Ballard2014-08-21
| | * Color `"$foo[1"` as an errorGravatar Kevin Ballard2014-08-20
| | * Fix highlighting of `"foo\"bar"`Gravatar Kevin Ballard2014-08-20
| | * Highlight "$foo[1]" properlyGravatar Kevin Ballard2014-08-20
| | * Parse slices even for empty variablesGravatar Kevin Ballard2014-08-20
| | * Fix double expansions (`$$foo`)Gravatar Kevin Ballard2014-08-20
| |/ |/|
* | Make escape_string transform wildcard charactersGravatar ridiculousfish2014-08-16
* | Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15
* | 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