aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
...
* web_config: respect the client's character set for JSONGravatar David Adam2015-01-30
|
* web_config: fix python2/3 unification for parse_qsGravatar David Adam2015-01-30
|
* default key bindings: ignore FocusIn/FocusOut control sequencesGravatar David Adam2015-01-30
| | | | Closes #1917.
* web_config: respect linebreaks in prompt demosGravatar David Adam2015-01-29
|
* rsync completions: rework transformation of file listGravatar David Adam2015-01-23
| | | | | | Accounts for filenames that contain spaces. Closes #1872.
* Make emerge completion more powerfulGravatar Jelte Fennema2015-01-19
|
* Make commands more readableGravatar Jelte Fennema2015-01-19
|
* Fix not found handler for fedoraGravatar Max Gonzih2015-01-18
|
* Clean up recent fix for #1892Gravatar ridiculousfish2015-01-17
| | | | Restore 906d235 and simplify how __fish_restore_status works
* Ignore error message when not on a Gentoo systemGravatar Jelte Fennema2015-01-17
|
* Don't define unnamespaced internal function.Gravatar Konrad Borowski2015-01-17
|
* Fix: eval should preserve previous $status if the evaluated block does not ↵Gravatar Jorge Bucaran2015-01-17
| | | | | | change it Empty functions may return 1 when eval is used due to the $status not being correctly preserved inside the function definition.
* Add more expository comments to eval, and remove a useless parameterGravatar ridiculousfish2015-01-07
|
* Change fish_paginate to paginate both stdout and stderr.Gravatar Andreas Heiduk2014-12-28
|
* Update pythonista.fish: make virtualenv aware that prompt is setGravatar volnt2014-12-28
| | | | | | Closes #1823, closes #1795. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* Update completions for fish_indentGravatar ridiculousfish2014-12-24
|
* Tmuxinator completionsGravatar Jonathan Arnett2014-12-24
|
* Support nixos command-not-found handlerGravatar Max Gonzih2014-12-22
|
* tmux completion: add more attach-session aliasesGravatar Igor Savchuk2014-12-08
|
* Make fish_config handle no LANG variable set.Gravatar Konrad Borowski2014-12-05
| | | | Fixes #1849.
* Add cygport completions provided by Andrew SchulmanGravatar Konrad Borowski2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit a396c5e95a9987ea8ce6e057910131886d1b9695 Merge: bfd1951 f329530 Author: Konrad Borowski <x.fix@o2.pl> Date: Mon Dec 1 17:54:02 2014 +0100 Merge branch 'master' of https://github.com/andrex-e-schulman/fish-shell into andrex-e-schulman-master commit f32953064e1083be48c785f6763a4f6da6caf54b Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com> Date: Mon Dec 1 05:34:29 2014 -0500 improve descriptions of pkg and diff commit 81def0fb3086de639453eacb2eab174f3c67b976 Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com> Date: Mon Dec 1 04:51:20 2014 -0500 simplify cygport option descriptions commit 4d84eb3e5cadbf4b1f6210552256e5373360d8fb Author: Andrew Schulman <andrex@5200-glenwood.net> Date: Mon Dec 1 04:32:47 2014 -0500 add command descriptions to share/completions/cygport commit c7ff7e4fa21dad19aeda0ae837e22bf4cff20a79 Author: Andrew Schulman <andrex@5200-glenwood.net> Date: Mon Dec 1 03:09:00 2014 -0500 add share/completions/cygport.fish
* Added `export` alias for set global variable, made for sh/bash/zsh compatibilityGravatar Rack Lin2014-12-01
| | | | | Signed-off-by: Rack Lin <racklin@gmail.com> Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* Add completion for git-cleanGravatar Vladimir Varankin2014-11-29
|
* Update various strings for translation, avoid _ for non-translationsGravatar David Adam2014-11-25
| | | | | Use __ instead of _ as a placeholder for ignored variables in `read` statements.
* grep.fish: don't set GREP_COLORGravatar David Adam2014-11-25
| | | | | | grep will fall back to the default colors. Closes #1316.
* grep.fish: don't use GREP_OPTIONS as it is deprecatedGravatar David Adam2014-11-25
| | | | Closes #1825.
* __fish_config_interactive: send CWD via escapes in Apple TerminalGravatar David Adam2014-11-20
| | | | Closes #68.
* __fish_urlencode: rework to behave properly on BSD/OS XGravatar David Adam2014-11-20
| | | | Work on #68.
* brew completion: update completionGravatar Misty De Meo2014-11-20
| | | | | * Remove unsupported options * Add new 'unpack' command
* Filter lines starting with hash from /etc/shells and /etc/groupGravatar ridiculousfish2014-11-19
| | | | | Fixes the useradd completion when these files contains comment lines
* Fix error in yum completionsGravatar David Adam2014-11-17
| | | | | | Pass -- to contains. Closes #1811.
* web_config: improve abbreviations supportGravatar David Adam2014-11-16
| | | | | | | * Fetch abbreviations by reading the variable directly. * Use space separators for writing new abbreviations. Work on #731.
* abbr.fish: escape the output of abbr --showGravatar David Adam2014-11-16
| | | | | | | Allows abbreviations containing embedded newlines, etc., to be displayed and exported properly. Work on #731.
* abbr.fish: improve support for corner casesGravatar David Adam2014-11-16
| | | | | | | Handle unusual cases ('=abc', ' =abc') better - regression from 8e8e6314due to a7bab7b. Work on #731.
* abbr/web_config: support space-delimited abbreviationsGravatar David Adam2014-11-15
| | | | | | | | | Support for space-delimited abbreviations was added to the expansion parser in fbade198; this commit extends that support to the user-facing tools, and documents the space-separated behaviour. Equals-delimited abbreviations are expected to be removed before the next release. Work on #731.
* __fish_print_packages: add support for zypperGravatar David Adam2014-11-13
| | | | Closes #1787.
* __fish_systemctl_*: use systemctl to generate the list of unitsGravatar David Adam2014-11-10
| | | | | | Closes #1804. Note that if systemd is not running, the completion will fail.
* Clean up vared error message outputGravatar ridiculousfish2014-11-09
| | | | Fixes #1323
* Remove pre-1.22 migration support in fish_config_interactiveGravatar ridiculousfish2014-11-09
| | | | | This removes some gnarly and probably broken code that attempts to upgrade from fish 1.21 to fish 1.22. Fixes #1714.
* Fixes typo on line 86Gravatar jbbrokaw2014-11-04
|
* Changes tabs to 4 spaces per fish styleGravatar jbbrokaw2014-11-04
|
* Adds heroku toolbelt completionsGravatar jbbrokaw2014-11-04
|
* vi bindings: add CTRL-C handler in default modeGravatar Jared Grubb2014-10-31
| | | | | | There is no CTRL-C handler for the default mode in the vi bindings. This makes it difficult to say "never mind" and start a new command line like you can do in bash's vi mode. There were CTRL-C handlers for insert and visual modes that go back to default mode, but nothing happens in default mode. I copy-pasted the CTRL-C handler from the default key bindings file.
* Update completion for BundlerGravatar Alex Sulim2014-10-28
| | | | | | | All commands and options available for Bundler version 1.7.4 Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au> (with trailing fullstops removed)
* Add Composer completionGravatar Natrim2014-10-26
|
* history: put the output through the pager in interactive modeGravatar David Adam2014-10-26
| | | | | | | | (Ideally, the behaviour of git could be implemented: pipe the input through a pager iff the length is > window size and in interactive mode). Closes #1076.
* Added hg repo status to robbyrussell example promptGravatar Pawel Zubrycki2014-10-26
|
* prompt_pwd: Use tilde expansion to get real full home pathGravatar David Adam2014-10-26
| | | | Closes #1133.
* Add setfacl completionsGravatar Roman Inflianskas2014-10-21
|
* Allow funced to retry on errorGravatar ridiculousfish2014-10-17
| | | | Fixes #1371