aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* 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
* web_config: add support for adding and editing abbreviationsGravatar David Adam2014-10-17
| | | | | | | Possible future enhancements include explanatory text and an image for the 'save' action. Work on #731.
* web_config: map nonexistent post requests to 404Gravatar David Adam2014-10-17
|
* ls: find and use various dircolors initialisation files, if they existGravatar David Adam2014-10-17
| | | | Closes #1758.
* web_config: further python2/3 unificationGravatar David Adam2014-10-12
|
* web_config: use only Python 3-style (Unicode) string literalsGravatar David Adam2014-10-12
| | | | | Improves Python 2/3 compatibility. (It is the distant future, the year TWO THOUSAND.)
* Vagrant completion updatesGravatar Diego Zamboni2014-10-10
| | | | | | | Improve vagrant completions for some commands to avoid spurious completions, and add completions for some missing Vagrant commands. Fixes #1748.
* A little extra tweaking so builtin_print_help looks betterGravatar Kevin Ballard2014-10-10
| | | | | | | The terminal width magic that __fish_print_help learned doesn't help when builtin_print_help runs it in a subshell. Instead, add an undocumented --tty-width flag to __fish_print_help that's used to pass the terminal width.
* Rewrite __fish_print_help to produce better resultsGravatar Kevin Ballard2014-10-09
| | | | | | | | | | | | As a result of this rewrite, the output now: * Expands to fit the terminal width, like `man` does * Preprocesses the manpage with `tbl` just in case, since `man` does this, even though I doubt any fish manpages use `tbl` formatting. * Handle bold/underline with the `ul` command as it was designed for instead of trying to fake it with `sed`. * Compresses blank lines as `man` does with the default `less -is` pager.
* web_config: Interpret fish output as utf-8Gravatar Kevin Ballard2014-10-09
| | | | Use the unicode replacement character in place of non-utf-8 sequences.
* fish_config: Log the path for errorsGravatar Kevin Ballard2014-10-09
|
* Support -h/--help with `eval`Gravatar Kevin Ballard2014-10-09
| | | | | | `eval` prints help if given a single argument of -h or --help. Fixes #1379.
* Revert "Remove help completion for eval, which doesn't work"Gravatar Kevin Ballard2014-10-09
| | | | This reverts commit d2f23e1df45f07fb4d716b07c40de7381e539b9d.
* web_config: send correct MIME type (and actually send it)Gravatar David Adam2014-10-09
|
* Remove help completion for eval, which doesn't workGravatar ridiculousfish2014-10-08
| | | | Fixes #1379
* Rewrite `abbr` functionGravatar Kevin Ballard2014-10-07
| | | | | | | | | | | | The usage is still the same, but it's a lot more robust, and also no longer assumes $fish_user_abbreviations must be a universal variable. This also fixes the unexpected error output when calling `abbr -a` with no existing abbreviations. Calling `abbr -a` with an abbreviation that already exists now silently overwrites the abbreviation, just like `function` and `bind` do, instead of complaining.
* web_config: fix output if no abbreviations definedGravatar David Adam2014-10-07
|
* web_config: add support for viewing abbreviationsGravatar David Adam2014-10-05
| | | | | | | Add a new tab which lists the current abbreviations defined, by wrapping the `abbr` command. Work on #731.
* web_config: set width to dynamic 80% of windowGravatar David Adam2014-10-05
| | | | | As we add more tabs, 800px looks increasingly cramped, and our config should take advantage of the screen space available.