aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'informative_git' of git://github.com/mariuszs/fish-shell into ↵Gravatar ridiculousfish2013-07-11
|\ | | | | | | mariuszs-informative_git
* | Converted tabs to spaces in webconfig scriptGravatar Siteshwar Vashisht2013-07-06
| |
* | Cleaned up commented lines and updated method names in ↵Gravatar Siteshwar Vashisht2013-07-06
| | | | | | | | create_manpage_completions script
* | Update documentation for $fish_user_pathsGravatar Konrad Borowski2013-06-22
| |
* | Put user paths at beginningGravatar Konrad Borowski2013-06-22
| |
* | Add completion for BundlerGravatar David Celis2013-06-20
| | | | | | | | Signed-off-by: David Celis <me@davidcel.is>
* | docs: configure/Makefile changes to require at least Doxygen 1.5Gravatar David Adam2013-06-19
| |
| * Less code is better, __fish_git_prompt_validate_chars refactoringGravatar Mariusz Smykuła2013-06-18
| |
| * Renaming, cleanupGravatar Mariusz Smykuła2013-06-18
| |
| * Support for defining color with bold/brighter color setGravatar Mariusz Smykuła2013-06-18
| |
| * Less code is better, __fish_git_prompt_validate_colors refactorGravatar Mariusz Smykuła2013-06-18
| |
| * Use tabs, sample promptGravatar Mariusz Smykuła2013-06-18
| |
| * Fixes, new method added to promptGravatar Mariusz Smykuła2013-06-17
| |
| * Added informative status methodGravatar Mariusz Smykuła2013-06-17
| |
| * Informative version of __fish_git_prompt_show_upstreamGravatar Mariusz Smykuła2013-06-17
| |
| * Fix variable nameGravatar Mariusz Smykuła2013-06-17
|/
* Portmaster completionsGravatar James French2013-06-17
| | | | | | | * Added FreeBSD's pkg to __fish_print_packages * Portmaster completes on installed packages and ports * Options list as per fish_generate_completions, needs to be tidied up further but will suffice for now
* Added completions for VagrantGravatar Ivan Giuliani2013-06-17
|
* Cleanup of code that decides whether or not to fork. Fix for issue where ↵Gravatar ridiculousfish2013-06-16
| | | | stderr may be output twice.
* Fix for incorrect use of shared ptr referencesGravatar ridiculousfish2013-06-16
|
* Mark jobs as completed when all processes have finished, not just the last one.Gravatar ridiculousfish2013-06-16
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/876 , and coincidentally also https://github.com/fish-shell/fish-shell/issues/848
* git prompt: Fix hang on detached head.Gravatar Brian Gernhardt2013-06-12
| | | | | | $git_dir was never set in __fish_git_prompt_current_branch, but used in the case of a detached HEAD. This caused `cut -c1-7 $git_dir/HEAD` to expand to `cut -c1-7` which then waited for input.
* Make funced properly handle an invalid number of argumentsGravatar ridiculousfish2013-06-08
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/780
* Fix for quoted variables in command position error messageGravatar ridiculousfish2013-06-08
| | | | https://github.com/fish-shell/fish-shell/issues/775
* docs: remove translation instructionsGravatar David Adam (zanchey)2013-06-05
| | | | (Moved to https://github.com/fish-shell/fish-shell/wiki/Translations)
* Added completions for apt-markGravatar James French2013-06-04
|
* git prompt: replace question with explanationGravatar Brian Gernhardt2013-06-03
| | | | | | | The code in question displays GIT_DIR! if the user is inside the .git directory of a repository that has a working directory. Several git commands won't work in that situation, so it's useful to warn the user.
* git prompt: actually show staged tokenGravatar Brian Gernhardt2013-06-03
|
* git prompt: reindentGravatar Brian Gernhardt2013-06-03
| | | | | | Normally I wouldn't bother, but it was difficult to follow the nested if statements. Most of the file used tabs, so replaced all leading spaces with the appropriate amount of tabs.
* rsync completions: use rsync --list-only to generate completions, allowing ↵Gravatar David Adam (zanchey)2013-06-03
| | | | the use of rsync daemons
* Rsync Remote Path CompletionGravatar James French2013-06-03
| | | | | | | Relevant section lifted from scp.fish Silenced SSH output to squash banners and failed connections Erroneous 'and true' removed echo (commandline -ct) is exactly the same as commandline -ct
* Fix for crash when setting tmux pane titleGravatar ridiculousfish2013-06-02
| | | | https://github.com/fish-shell/fish-shell/issues/846
* FormattingGravatar ridiculousfish2013-06-02
|
* Add some const, fix spacesGravatar ridiculousfish2013-06-02
|
* make cursor placement consistent with `transpose-words` from readlineGravatar Christian Rishøj2013-06-02
|
* transpose-wordsGravatar Christian Rishøj2013-06-02
|
* Fixed the capitalization and shorten the descriptions.Gravatar Johann Weging2013-06-02
|
* Added completions for headGravatar Johann Weging2013-06-02
|
* Added completions for netctlGravatar Johann Weging2013-06-02
|
* Add completions for lunchy (Service launcher for OSX)Gravatar Terje Larsen2013-06-02
| | | | Now when we have fuzzy matching it is actually quite useful.
* Update osx/config.h for configure.ac changesGravatar ridiculousfish2013-06-01
|
* Conditionally include sys/sysctl.hGravatar Ian Ray2013-06-01
|
* Squashed commit of the following:Gravatar ridiculousfish2013-06-01
| | | | | | | | | | | | | | | | | | | | | commit 5a577d970a293afe320b6c3280c10c2bd8a1ff50 Merge: 908b075 96941b3 Author: ridiculousfish <corydoras@ridiculousfish.com> Date: Sat Jun 1 22:59:16 2013 -0700 Merge branch 'dotdir-two-chars' of git://github.com/GlitchMr/fish-shell into GlitchMr-dotdir-two-chars commit 96941b3a92e5d7e9dd230e4797ee71285700a41f Author: Konrad Borowski <glitchmr@myopera.com> Date: Sat May 25 09:55:43 2013 +0200 Support BSD sed commit 60652c2bd2d1bbce26c90a010913f0f0d8e9365f Author: Konrad Borowski <glitchmr@myopera.com> Date: Sun May 19 10:58:40 2013 +0200 Show first two characters for dotdirs. Fixes #754.
* Support for fuzzy completionsGravatar ridiculousfish2013-05-25
| | | | | https://github.com/fish-shell/fish-shell/issues/568 https://github.com/fish-shell/fish-shell/issues/528
* Merge branch 'completions-git-add' of git://github.com/phisto/fish-shell ↵Gravatar ridiculousfish2013-05-25
|\ | | | | | | | | | | | | into phisto-completions-git-add Conflicts: share/completions/git.fish
* | Fix wchar_t castGravatar Ian Ray2013-05-25
| |
* | Parse man8 pages with fish_update_completionsGravatar Dag Odenhall2013-05-25
| | | | | | | | Closes #727
* | Indentation and quote cleanup of help.fishGravatar ridiculousfish2013-05-25
| |
* | help function: tidy up messages, remove the 'difference' optionGravatar David Adam (zanchey)2013-05-25
| | | | | | | | Fixes #73
* | help command: only use $BROWSER if it is a valid commandGravatar David Adam (zanchey)2013-05-25
| | | | | | | | (plus add Google Chrome and Chromium to graphical_browsers and a spelling fix)