aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_cd.fish
Commit message (Expand)AuthorAge
* Fix "." and ".." paths in cd completionsGravatar Fabian Homborg2016-04-08
* cd completion: No description for absolute pathsGravatar Fabian Homborg2016-04-04
* Remove errant slash from the end of cd completionsGravatar ridiculousfish2015-10-07
* Rewrite __fish_complete_cdGravatar Fabian Homborg2015-10-07
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
* 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
* 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 https://github.com/fish-shell/fish-s...Gravatar ridiculousfish2012-08-15
* fix #177 (complete 'cd' only with paths)Gravatar maxfl2012-06-26
* still didn't work correctly, there were delimiters missing in the conditional...Gravatar Andreas Raster2011-06-24
* last commits fix now also applied in the 'else' clauseGravatar Andreas Raster2011-06-21
* fixed an issue when trying to complete something like 'cd /mnt/windows7/Progr...Gravatar Andreas Raster2011-06-21
* 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
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ...Gravatar axel2006-11-30
* Fix bug in completions for the cd builtin that caused missed completions when...Gravatar axel2006-07-10