aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Force at least one line of output for `set_color`.Gravatar Konrad Borowski2014-03-03
| | | This should fix #1323.
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| | | | | | | This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
|
* Use 127.0.0.1 for fish config.Gravatar Konrad Borowski2014-02-27
| | | | | | | | Before this change, fish config used 0 as its address. However, this isn't a good idea from security point of view, as web service can be accessed from everywhere, and do anything on the account it was ran on. This also deals with firewalls which block the access to 0 even from the host machine itself. It possibly might fix #673, but I'm not sure.
* Rework color editing in fish_config. Bury customization mode a bit:Gravatar ridiculousfish2014-02-24
| | | | | initially the user only sees the various themes, and has to activate customization mode to change colors. Tweak the appearance as well.
* Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
| | | | | | | | | | | Previously, fish's command_not_found handler would be installed in __fish_config_interactive. Errors that occured early in startup (e.g. in config.fish) or in non-interactive mode would therefore not be reported. With this change, fish now exposes its default cnf handler as __fish_default_command_not_found_handler . config.fish then installs a cnfh that invokes the default. When fish goes interactive, the initial cnfh is overwritten with a fancier one, that may in turn fall back to invoking the default.
* Add completions for git stash sub-commandsGravatar Mandeep Sandhu2014-02-16
| | | | | | Closes #1102. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* Caching for pacman packages.Gravatar Eric Mrak2014-02-16
|
* adding completion for aura. adding pacman integration for __fish_print_packagesGravatar Eric Mrak2014-02-16
|
* 'seq' should return 1, not exit 1, on bad arglistGravatar waterhouse2014-02-16
|
* Fix for Python out-of-range exception when accessing Bindings tabGravatar ridiculousfish2014-02-09
|
* math.fish: exit if no output (e.g. from syntax error)Gravatar glennj2014-02-05
| | | | Closes #1175
* Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155Gravatar ridiculousfish2014-02-03
|
* Squashed commit of the following:Gravatar David Adam2014-02-02
| | | | | | | | | | | | | | | | commit d81ae2665fb7ff5123d8472e1d40d7d57fb4b291 Author: Max Gonzih <gonzih@gmail.com> Date: Sun Feb 2 16:22:18 2014 +0300 Check for command-not-found command on suse commit 004b794c82d79bc9463cdb52784b9b5ea49f1c76 Author: Max Gonzih <gonzih@gmail.com> Date: Sun Feb 2 14:04:41 2014 +0300 Fix cnf handler for Suse and Fedora fixes #1208
* Fix for opening bindings tab as initial tabGravatar Siteshwar Vashisht2014-01-30
| | | | 'fish_config bindings' command should open bindings tab as initially active tab
* Support for escaped colons in makefile targets in __fish_print_make_targets, ↵Gravatar ridiculousfish2014-01-29
| | | | as part of #1259
* sshfs completions: use all directories as mount pointsGravatar David Adam2014-01-29
| | | | Closes #1268.
* __fish_print_packages: correct syntax for yum, improve yum/rpm pipelinesGravatar David Adam2014-01-29
| | | | | | | Closes #1269 (output to cache file). Reworks the editing pipeline for both yum and rpm completions down to a single sed command.
* Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
| | | | | | | | | | | | Presently, `isatty` only works on a handful of keywords. Here it is rewritten to be able to take any path, device or fd number as an argument, and eliminates errors printed to stdout. Per discussion in #1228, using `builtin test -c` within a pipe to test special file descriptors is not viable, so this implementation specifcially uses `command test`. Additionally, a note has been added to the documentation of `test` regarding this potential aberration from the expected output of the test utility under the 'Standards' section.
* Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
|
* Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| | | | complete-and-search.
* Teach down-or-search how to use down-arrow to begin pager navigationGravatar ridiculousfish2014-01-25
|
* Fix for issue where wc on OS X would produce leading spaces, causingGravatar ridiculousfish2014-01-25
| | | | down-or-search to fail to match the case statement and therefore do the wrong thing.
* Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
|
* Rename __fish_complete_usb function.Gravatar Konrad Borowski2014-01-14
|
* 新文件: share/completions/lsusb.fishGravatar leafonsword2014-01-13
| | | | 新文件: share/functions/__fish_complete_usb.fish
* Fix __fish_print_packages for rpmGravatar Max Gonzih2014-01-13
|
* Fixes issue #1234. Fish now parses system wide ssh configuration file in ↵Gravatar Alexander I.Grafov2014-01-12
| | | | addition to user config.
* Partially fix #1224.Gravatar Konrad Borowski2014-01-10
| | | | | It would be nice if this would work without this hack, but until then, this has to work. Requires you to reinstall the prompt using fish configuration system.
* Add Alt+. as a default binding for history-token-search-backwardGravatar David Adam2014-01-08
| | | | Closes #89.
* Merge branch 'fish_config_angular'Gravatar ridiculousfish2014-01-03
|\
* | __fish_complete_svn: remove GNU extension optionsGravatar David Adam2013-12-30
| | | | | | | | | | | | | | | | | | Continuation of https://github.com/fish-shell/fish-shell/pull/1195/. Removes use of --delimiter and --fields with cut(1) as these are GNU extensions. Note that a number of completions use these options, but as they are only for GNU/Linux-specific tools have remained unmodified.
* | Update adb.fishGravatar maxried2013-12-28
| | | | | | Added semi-documented but often used adb subcommand.
* | Math: disable bc multi-line output.Gravatar Derek Li2013-12-26
| |
* | adding elixir, iex, mix completionsGravatar Andreas Eger2013-12-24
| |
* | Non standard cut optionsGravatar Javier Gonel2013-12-18
| | | | | | Some cut versions don't have `--delimiter` or `--fields` but use the standard options `-d` and `-f`
* | Revert "Ensure that UTF-8 works if LANG contains it."Gravatar Konrad Borowski2013-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This was a really stupid change that I should have tested more before pushing. It broke any non-interactive usage, such as SSH, fish config, or parsing the script output, as config.fish is loaded for everything. There are no issues with different terminal emulators, so this change will be pushed in the future, but only running in interactive mode. I apologize for any issues caused by this commit. This reverts commit d61adfbc532e856242730e198e492a2845754a91.
* | Ensure that UTF-8 works if LANG contains it.Gravatar Konrad Borowski2013-12-15
| | | | | | | | | | | | | | | | | | | | Some people like to have their terminals claim UTF-8 support when their terminals actually are set to another encoding. As nobody appears to understand this, I have made a change to automatically fix the encoding problems if possible. This uses ISO 2022 sequences in order to dynamically change the encoding. Fixes #692. Fixes #895. Fixes possible future issues about this.
* | Prepend user paths even if they already exist in system pathGravatar Jay Weisskopf2013-12-10
| | | | | | Fixes #1099
| * Minor fixes in the colors tabGravatar Siteshwar Vashisht2013-12-07
| | | | | | | | | | | | | | * Show color scheme title in preview box * Show information about setting terminal background color on Apply button mouse hover * Added text_color_for_color method in colors controller scope
| * Merge branch 'master' into fish_config_angularGravatar Siteshwar Vashisht2013-12-07
| |\ | |/ |/|
* | Added completion for Android adb command.Gravatar Tom Sutcliffe2013-12-05
| |
* | __fish_git_prompt: initialise colors earlyGravatar David Adam2013-12-02
| | | | | | | | | | | | | | Otherwise __fish_git_prompt_informative_status tries to expand an unset variable. Closes #1157.
* | Fix s/$remote// mistake.Gravatar Konrad Borowski2013-11-29
| | | | | | $remote could have contained /.
* | add port informationGravatar Shane Xu2013-11-27
| |
* | Fix bold in informative git prompt.Gravatar Konrad Borowski2013-11-27
| | | | | | | | | | Currently this fix is useless, as web config cannot apply variables, but in future, it could be more useful.
* | Add eselect, rc-update and rc-service completions. (These are utilities used ↵Gravatar Jelte Fennema2013-11-27
| | | | | | | | | | | | | | | | by Gentoo Linux) Disable php completion for the 4th part of the command, since php-eselect is differently designed and causes errors Closes #1131.
* | Use sed instead of sh for Informative Git Prompt.Gravatar Konrad Borowski2013-11-27
| | | | | | | | | | Informative Git Prompt assumes that sh is bash compatible, but that's not the case for FreeBSD. Fixes #1140.
* | __fish_complete_man: Use awk to parse output of aproposGravatar David Adam2013-11-27
| | | | | | | | | | | | | | Closes #960. Uses pattern matching rather than OS detection. Works with BSD awk, GNU awk and Solaris' nawk.
* | Update brew completion with new optionsGravatar Misty De Meo2013-11-26
| |