aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_cd.fish
Commit message (Collapse)AuthorAge
* Fix "." and ".." paths in cd completionsGravatar Fabian Homborg2016-04-08
| | | | | Previously if a directory called "a" was in $CDPATH, `cd ./a<TAB>` would complete from there even if it was invalid.
* cd completion: No description for absolute pathsGravatar Fabian Homborg2016-04-04
| | | | | This also removes the "pushd/popd" dance and only executes the CDPATH stuff when we need to.
* Remove errant slash from the end of cd completionsGravatar ridiculousfish2015-10-07
| | | | Fixes #2465
* Rewrite __fish_complete_cdGravatar Fabian Homborg2015-10-07
| | | | | | | | | | | This no longer uses "eval" (which is scary), and is a bit shorter (which is nice). Fixes #2299 Fixes #952 Improves #2300 Improves #562
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* Fix indentation in __fish_complete_cdGravatar ridiculousfish2013-11-26
|
* cd completion: handle not accessible directoriesGravatar Jörg Thalheim2013-11-26
|
* Remove unnecessary eval in __fish_complete_cdGravatar ridiculousfish2013-02-20
| | | | https://github.com/fish-shell/fish-shell/pull/589
* Remove some debugging code inadverently left in __fish_complete_cd.fishGravatar ridiculousfish2013-02-11
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Disable file completion descriptions per ↵Gravatar ridiculousfish2012-08-15
| | | | https://github.com/fish-shell/fish-shell/issues/279
* fix #177 (complete 'cd' only with paths)Gravatar maxfl2012-06-26
|
* still didn't work correctly, there were delimiters missing in the ↵Gravatar Andreas Raster2011-06-24
| | | | conditional as well
* last commits fix now also applied in the 'else' clauseGravatar Andreas Raster2011-06-21
|
* fixed an issue when trying to complete something like 'cd ↵Gravatar Andreas Raster2011-06-21
| | | | | | | /mnt/windows7/Program\ Files\ \(' fish would always spew a huge error message all over my terminal complaining about some kind of tokenizer error, this patch fixed that
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Fix cd prompt fail on the case that CDPATH have variablesGravatar Grissiom2010-09-17
|
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
| | | | darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ↵Gravatar axel2006-11-30
| | | | | | that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz
* Fix bug in completions for the cd builtin that caused missed completions ↵Gravatar axel2006-07-10
when using relative search paths and CDPATH. Also move the completions function to it's own file. darcs-hash:20060709235518-ac50b-36c59205edbecd5c8967d8784fd43e46729c3cdc.gz