aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
...
| * Moved some color related methods from index.html to colorutils.jsGravatar Siteshwar Vashisht2013-10-22
| |
| * Enabled filtering by binding keysGravatar Siteshwar Vashisht2013-10-22
| |
| * Display bindings, history and variables in multiple lines on clickGravatar Siteshwar Vashisht2013-10-21
| |
| * Removed extra spaces while showing function definitionGravatar Siteshwar Vashisht2013-10-21
| |
* | git_prompt: Allow all set_color argumentsGravatar Brian Gernhardt2013-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to explicitly check for two arguments and set --bold. Instead the user can simply "set __fish_git_prompt_color_flags --bold red". The current check violates the expectation set by the documentation that you can use any set_color argument as the current code interprets "--bold red" as "--bold --bold" instead. Plus, by passing the full contents of the variable directly, the user can do more adventurous things like set the background as well.
* | git_prompt: Add upstream_prefix when verboseGravatar Brian Gernhardt2013-10-21
| | | | | | | | | | | | | | git.git's git-prompt may not contain a configurable prefix, but it does display a space before the upstream information when displaying verbose information. Rather than using a space always or never, default to a space whenever verbose is in showupstream.
* | git_prompt: optionally show upstream branch nameGravatar Brian Gernhardt2013-10-21
| | | | | | | | | | | | | | | | Adds a "name" option to __fish_git_prompt_showupstream that shows an abbreviated branch name when the upstream type is verbose. Based on git.git 1f6806c: git-prompt.sh: optionally show upstream branch name
| * Changed scheme for loading key bindingsGravatar Siteshwar Vashisht2013-10-20
| |
| * Added current scheme in list of color schemesGravatar Siteshwar Vashisht2013-10-20
| |
| * Moved angular.js to js directoryGravatar Siteshwar Vashisht2013-10-19
| |
| * Moved all functions related to colors to a separate fileGravatar Siteshwar Vashisht2013-10-19
| |
| * Use single expression instead of a function call to show selected tabGravatar Siteshwar Vashisht2013-10-19
| |
| * Added a global error handlerGravatar Siteshwar Vashisht2013-10-19
| |
| * Reorganized javascript code across app, filters and controllersGravatar Siteshwar Vashisht2013-10-19
| | | | | | | | | | Moved all javascript files under js folder Removed jquery.js from repository
* | Merge pull request #1015 from marcecj/add_bz2_lzma_xz_supportGravatar Konrad Borowski2013-10-18
|\ \ | | | | | | Support bzip2 and lzma/xz compressed man pages
| | * Added a filter for filtering bindingsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Updated binding tab to show descriptive key namesGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Show readable description of bindingsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Added missing bindings partialGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Initial implementation of bindings tabGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Minor clean up of index.htmlGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Removed unrequired code from colors controllerGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Removed older css fileGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Changed name of colors partials file and javascript fileGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Enabled support for applying color settings in new colors tabGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Updated new colors tab to enable background colors and selecting colors from ↵Gravatar Siteshwar Vashisht2013-10-17
| | | | | | | | | | | | options
| | * Updated history tab to show progress on loading itemsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Updated variables tabGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Updated functions tabGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Initial work to add support for new colors tabGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Added support for setting colorsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Cleaned up index.htmlGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Added support filter variables and history itemsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Fixed code to delete history itemGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Fixed code for changing promptGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Stop using indexes while selecting colors configsGravatar Siteshwar Vashisht2013-10-17
| | |
| | * Initial work to add support for angularjsGravatar Siteshwar Vashisht2013-10-17
| |/ |/|
| * Change the way xz/lzma man pages are detectedGravatar Marc Joliet2013-10-17
| | | | | | | | | | This avoids the use of the global and puts the diagnostic message in a self-contained location.
* | Add postgres psql completionGravatar Ronaldo Maia2013-10-04
| | | | | | | | | | Options and descriptions are from psql --help output. Database and username completion based on the bash completion
* | Add postgres psql completionGravatar Ronaldo Maia2013-10-04
| | | | | | | | | | Options and descriptions are from psql --help output. Database and username completion based on the bash completion
* | Use manpath instead of man --path in man.fish function (as in commitGravatar sra2013-10-03
| | | | | | | | c7941fc).
* | Fix git completions when aliased command is not found.Gravatar nulltrek2013-10-02
| |
* | Complete apt-get purge identical to apt-get removeGravatar MagicMuscleMan2013-09-29
| | | | | | As apt-get purge really has the same operations as apt-get remove, there is not reason to handle them differently in its completion file.
| * Only print an error when an lzma/xz manpage occursGravatar Marc Joliet2013-09-25
| | | | | | | | | | Only print an error when an lzma/xz compressed man page occurs. Also, use add_diagnostic instead of print.
* | Fix one element tuple to be actually tuple.Gravatar Konrad Borowski2013-09-25
| | | | | | | | | | While in this case it doesn't mean much (neither `z` or `-` would be passed to options parser), it makes things possibly less buggy.
| * Skip lzma/xz manpages if lzma module not availableGravatar Marc Joliet2013-09-25
| | | | | | | | | | Skip man pages compressed with lzma/xz if the lzma module is not available; also print a corresponding diagnostic message.
| * Only try "lzma" module on ImportErrorGravatar Marc Joliet2013-09-25
| |
| * Change an "if" to more appropriate "elif"Gravatar Marc Joliet2013-09-25
| | | | | | | | I overlooked an "if" that should have been an "elif". Oops.
* | default key bindings: fix syntax errors introduced in 735af50Gravatar David Adam2013-09-24
| |
| * Support bzip2 and lzma/xz compressed man pagesGravatar Marc Joliet2013-09-24
|/ | | | | | | Add support for bzip2 and lzma/xz compressed man pages. Support for bzip2 is part of the Python standard library (at least for 2.7 and >=3.2), while lzma/xz is only in Python >=3.3; however, there is a backports module for Python 2.7 and 3.2.