aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* test documentation - correct argument listingGravatar David Adam (zanchey)2012-11-08
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Bring back ellipsisGravatar ridiculousfish2012-11-05
* Initial right_prompt workGravatar ridiculousfish2012-11-04
* Fix bug where 'else if' does not support functions and redirectionsGravatar ridiculousfish2012-11-04
* Removed unused commented out code and fixed some indentationGravatar ridiculousfish2012-11-04
* Don't use posix_spawn for commands that need to be put into foreground to avo...Gravatar ridiculousfish2012-11-04
* Wrong sense of check for initializing key bindingsGravatar ridiculousfish2012-10-30
* Fix help completion to not barf if html file is absentGravatar ridiculousfish2012-10-29
* Don't use posix_spawn when file redirections are involved (except /dev/null) ...Gravatar ridiculousfish2012-10-29
* Don't expand jobs during syntax highlightingGravatar ridiculousfish2012-10-28
* Removed python scripts to import bash settingsGravatar Siteshwar Vashisht2012-10-27
* Merge pull request #362 from terlar/git-completionsGravatar ridiculousfish2012-10-25
|\
| * Remove remotes prefix from branchesGravatar Terje Larsen2012-10-22
| * Add git completions for tracking (branch/checkout)Gravatar Terje Larsen2012-10-22
| * Fix broken git alias completionGravatar Terje Larsen2012-10-22
|/
* Use echo -n instead of printfGravatar Terje Larsen2012-10-20
* Improve the git promptGravatar Terje Larsen2012-10-20
* Removed backwards compatibility check for fish_user_keybindingsGravatar ridiculousfish2012-10-20
* Normalized some inconsistent whitespace.Gravatar Nate Soares2012-10-20
* Revive support for fish_user_keybindingsGravatar Nate Soares2012-10-20
* added missing underscoreGravatar Nate Soares2012-10-20
* keybindings → key_bindings (for consistency)Gravatar Nate Soares2012-10-20
* Handle some more escapes in de-groffing man pagesGravatar ridiculousfish2012-10-17
* Add apt-cache completion for package namesGravatar Adrien2012-10-17
* Simplify handling of escape sequences in echo -eGravatar ridiculousfish2012-10-17
* Make the \c special character in echo suppress the newline tooGravatar ridiculousfish2012-10-17
* Implement -e option to echo (to interpret special characters), and -E to not ...Gravatar ridiculousfish2012-10-17
* Made set_color with no arguments not complain, so that prompts like Terlar do...Gravatar ridiculousfish2012-10-17
* Fix for issue where else if would fail to pass arguments to commands. Also im...Gravatar ridiculousfish2012-10-17
* Fixed "Expansion not correctly handling literal path components in dotfiles" ...Gravatar ridiculousfish2012-10-16
* Prevent multi-line prompts from repeating during window resizeGravatar ridiculousfish2012-10-15
* Added terlar's prompt, and robbyrussell which was inadvertently omittedGravatar ridiculousfish2012-10-15
* Make wildcards beginning with dots not match . and ..Gravatar ridiculousfish2012-10-15
* Fix to prevent buff_pos from underflowing in reader_killGravatar ridiculousfish2012-10-08
* Make escaping consistent for fish <-> fishd protocolGravatar ridiculousfish2012-10-08
* Don't reset the terminal mode in certain circumstances. Fixes issue in Linux ...Gravatar ridiculousfish2012-10-05
* Remove bogus path from example of "." (source) commandGravatar ridiculousfish2012-10-04
* Rewrite kill behavior (aka control-W) to do something betterGravatar ridiculousfish2012-10-04
* Fix to propagate the last color before highlighting completes, and to avoid r...Gravatar ridiculousfish2012-10-03
* Some new completions and modified some others.Gravatar SanskritFritz2012-10-02
* Facelift for pacman completions.Gravatar SanskritFritz2012-10-02
* Package groups were completed as repos. Fixed.Gravatar SanskritFritz2012-10-02
* Prevent some cases where garbage gets dumped on the screen during window resi...Gravatar ridiculousfish2012-10-02
* Work on soft wrapping to address https://github.com/fish-shell/fish-shell/iss...Gravatar ridiculousfish2012-10-01
* Don't barf when ending a FAKE blockGravatar Ian Munsie2012-09-22
* fix outputGravatar maxfl2012-09-22
* nmcli completionsGravatar maxfl2012-09-22
* Fix for displaying multiline promptsGravatar Siteshwar Vashisht2012-09-20
* Print autocompletion description after installingGravatar Siteshwar Vashisht2012-09-19