aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Fix F1 binding to work with multiple tokens.Gravatar Konrad Borowski2014-08-30
* Fix fish_vi_mode.fishGravatar Nikolai Aleksandrovich Pavlov2014-08-29
* Add Fossil command completions.Gravatar Konrad Borowski2014-08-29
* 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
* 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
|\ \ | |/ |/|
* | 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
* | Authenticate connections to web_config serviceGravatar David Adam2014-08-04
* | Update grunt.fishGravatar Kevin Stone2014-08-02
* | Add support for toor account.Gravatar Konrad Borowski2014-07-30
* | add completions for Node.js & NPMGravatar phette232014-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
* | Avoid using OptionParser to parse bindings in webconfig.pyGravatar Siteshwar Vashisht2014-07-25
* | 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
| * type: Restore combined flags behaviorGravatar Kevin Ballard2014-07-14
| * command: Rename -p/--path flag to -s/--searchGravatar 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
|/
* Add dropbox completionGravatar Maxim Gonchar2014-07-06
* Also add forward/backward movement in insert modeGravatar Sascha2014-06-27
* Provide more useful insert mode mappingsGravatar Sascha2014-06-27
* Fix bug for systemd being installed but not PID 1Gravatar Cameron Norman2014-06-20
* Fixed code to parse bindings for webconfigGravatar Siteshwar Vashisht2014-06-08
* git prompt shouldn't export variables.Gravatar Konrad Borowski2014-06-01
* avoid symlink attacks in __fish_print_packages and spawning fishdGravatar David Adam2014-05-12
* Fix python completion to work for pypyGravatar Josh Kuhn2014-05-03
* Functions instead of static variables for conditions.Gravatar SanskritFritz2014-05-03
* Fixed an unintended result of some copy paste.Gravatar SanskritFritz2014-05-03
* Removed unnecessary comments.Gravatar SanskritFritz2014-05-03
* Completions added/updated.Gravatar SanskritFritz2014-05-03
* Prompt sample: Debian chroot environmentGravatar Maurizio De Santis2014-05-03
* use mktemp(1) to generate temporary file namesGravatar David Adam2014-04-28