aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* open: drop mimedb dependencyGravatar David Adam2015-07-23
|
* __fish_complete_suffix: don't provide file description by defaultGravatar David Adam2015-07-23
| | | | | Drops dependency on the mimedb tool and reflects the changes made to the default chooser for files in #279.
* __fish_{filter,complete}_mime: drop from treeGravatar David Adam2015-07-23
| | | | | These are undocumented and unused, and rely on mimedb which is being removed from the tree.
* wildcard.cpp: don't call mimedb to complete suffixesGravatar David Adam2015-07-23
|
* Normalize *diff completionsGravatar Fabian Homborg2015-07-20
|
* Normalize *grep completionsGravatar Fabian Homborg2015-07-20
|
* Indent svn completionGravatar Fabian Homborg2015-07-20
| | | | Seems emacs' fish-mode sometimes breaks
* Remove function and descriptions from rc-service completionGravatar Fabian Homborg2015-07-20
| | | | | | The descriptions are "Start: Start the service" "Stop : Stop the service" "Restart: Restart the service"
* Normalize *tex completionsGravatar Fabian Homborg2015-07-20
|
* Normalize python* completionGravatar Fabian Homborg2015-07-20
|
* Normalize *sum (md5sum et al) completionsGravatar Fabian Homborg2015-07-20
|
* Normalize svn completionGravatar Fabian Homborg2015-07-20
|
* Normalize atool completionsGravatar Fabian Homborg2015-07-20
| | | | Remove function, use wrapping.
* Fix for miscellaneous issues identiifed by Coverity ScanGravatar ridiculousfish2015-07-20
|
* Make remove_backward coalesce repaints like it ought toGravatar ridiculousfish2015-07-20
|
* Implement lowercase-r replace in fish_vi_modeGravatar ridiculousfish2015-07-20
| | | | Fixes #1595
* Make R_SELF_INSERT only insert characters, not readline functionsGravatar ridiculousfish2015-07-20
| | | | | This enables readline functions to appear after the self-insert when defining bindings. This is preparation for fixing #1595.
* Update emacs completion with all options, remove silly mime-hackGravatar Fabian Homborg2015-07-20
| | | | | | | | | | | | | __fish_complete_mime used in that way is a no-op on current fish anyway, and emacs is by no means useful for just text files (it can also view PDFs, images, ...). Otherwise this completion currently only offers options, not arguments. For most these are pretty much incompletable (lisp code, for example), and for others it's just not all that useful. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* pacman completion: Turn into regular completionGravatar Fabian Homborg2015-07-19
| | | | | | | | | | This used to be a function because we didn't have complete -w Use that and it becomes a bit simpler. This also simplifies the code in a few other ways (like removing a useless-use-of-cat) and adds comments about a few edgecases.
* All wcwidth is brokenGravatar Judson2015-07-19
|
* sysctl completions: Add OSX supportGravatar Fabian Homborg2015-07-19
|
* Add sysctl completionGravatar Fabian Homborg2015-07-19
| | | | See fish-shell/fish-shell#1375
* fishd is dead, long live fishdGravatar David Adam2015-07-20
| | | | [skip ci]
* Makefile: update dependencies with make dependGravatar David Adam2015-07-20
|
* Apropos completion: Ignore stderrGravatar Fabian Homborg2015-07-19
| | | | Fixes fish-shell/fish-shell#1171
* Add .fish suffix to funced's tempfile nameGravatar Fabian Homborg2015-07-19
| | | | This allows editors (like emacs) to pick up on the fact that it's a fish script.
* Remove non-portable "extern int errno" declarationGravatar Fredrik Fornwall2015-07-19
| | | | | | Declaring errno as an extern int breaks when errno is implemented as a macro (as is allowed by POSIX). Specifically it breaks building fish-shell on Android.
* Use newer syntax for autorelease poolGravatar Nicholas Maccharoli2015-07-19
|
* ctrl-p as up-or-search and ctrl-n as down-or-searchGravatar Jesse Nazario2015-07-19
|
* Improve journalctl completionGravatar Fabian Homborg2015-07-16
| | | | | | | | - Complete fields and (more importantly) values - Add all options - Complete boots Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* config.h was missing from project file.Gravatar Nicholas Maccharoli2015-07-16
| | | | Derived Sources empty except for redundant copy of config.h
* pngquant delete.png, saving ~1.4 KBGravatar ridiculousfish2015-07-12
|
* Add favicon for web configGravatar Jonathan Chan2015-07-12
|
* __fish_git_prompt: fix stateseparator color in informative_statusGravatar Vladimir Rudnyh2015-07-12
| | | | | In informative_status mode stateseparator did not use fish_git_prompt_color settings.
* :+1: New sample prompt from AcidhubGravatar Fernando Manfredi2015-07-12
| | | | | | | | | | | | | New sample prompt from Acidhub (github.com/acidhub) This prompt show user|path (full), and a small symbol to show last command status. If in a git repository, it's show after the path several symbols to indicate the branch status and the branch name. Very handy to me so far. Signed-off-by: Fernando Manfredi <contact@acidhub.click>
* update function parameter for EXIT signalGravatar David Woods2015-07-12
| | | | | | changed `function __trap_handler_EXIT --on-exit %self` to `function __trap_handler_EXIT --on-process-exit %self` I'm guessing the on-exit syntax was from an older version? Trapping EXIT with that syntax caused errors.
* Improve dirs output and add -c optionGravatar Derek Harland2015-07-12
| | | | | | Adds behaviour similar to bash: - shorten dirs output by representing $HOME as ~; - provide a '-c' option to clear the stack
* Alter pushd to add more bash-like behaviourGravatar Derek Harland2015-07-12
| | | | | | | The following behaviour is added: - an empty pushd exchanges the top two directories in the stack; - pushd +<n> rotates the stack so that the n-th directory (counting from the left of the list shown by dirs, starting with zero) is at the top; - pushd -<n> rotates the stack so that the nth directory (counting from the right of the list shown by dirs, starting with zero) is at the top.
* Use a better wording for escaping charactersGravatar Nitish Chandra2015-07-12
| | | | Replace the wording '... escapes the tab character ...' with '... represents the tab character ...'. Similarly for other escape sequences.
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-07-12
|\
* | debian packaging: remove subdirectory from treeGravatar David Adam2015-07-09
| | | | | | | | Fixes problem introduced in 0effcf6df. Work on #2020.
* | debian packaging: maintain in fish-shell treeGravatar David Adam2015-07-09
| | | | | | | | | | | | | | | | | | Imported from https://github.com/zanchey/fish-build/ Work on #2020. Note that this is explicitly removed from `git archive` tarballs due to https://wiki.debian.org/UpstreamGuide#Pristine_Upstream_Source
| * Further tweak the language about setting PATH in the tutorialGravatar ridiculousfish2015-07-03
| |
* | Further tweak the language about setting PATH in the tutorialGravatar ridiculousfish2015-07-03
| |
* | Improve discussion of how to set PATH in the tutorialGravatar ridiculousfish2015-07-03
| | | | | | | | Also fix a few broken anchors
| * Improve discussion of how to set PATH in the tutorialGravatar ridiculousfish2015-07-03
| | | | | | | | Also fix a few broken anchors
| * Open universal variable lock file read/write and ignore errorsGravatar David Adam2015-07-03
| | | | | | | | Closes #2149.
* | machinectl: Fix fatal errors in __fish_systemd_has_machine_imageGravatar Fabian Homborg2015-07-02
| |
* | machinectl completions: Add --no-ask-passwordGravatar Fabian Homborg2015-07-02
| |
* | Add completions for systemd's machinectlGravatar Fabian Homborg2015-07-02
| |