summaryrefslogtreecommitdiff
path: root/plugins/rake-fast
AgeCommit message (Collapse)Author
2023-05-02feat(rake-fast): show task descriptions in autocomplete (#11653)Oleg Grigoriev
2019-03-25rake-fast: remove brackets from completion entriesMarc Cornellà
Fixes #5653
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2016-08-29rake-fast: change variable name from `$path' to `$file'Marc Cornellà
This solves a problem of using the variable name `$path' which then smashes the environment variable `$PATH' and messes up the session. See https://github.com/robbyrussell/oh-my-zsh/pull/5343#issuecomment-243043098
2016-08-29Reword rake-fast README, add `lib/tasks` informationMarc Cornellà
2016-08-29Fix syntax and formatting of rake-fast pluginMarc Cornellà
2016-08-29Fix _tasks_changed algorithm in rake-fast pluginAleksey Ivanov
2016-08-13refresh .rake_tasks when lib/tasks changed (#5111)Aleksey Ivanov
2015-10-21Refactor for method in plugins/rake-fast/rake-fast.plugin.zshSatoshi Ohmori
2014-07-23Use $OSTYPE instead of uname to speed things upChristian Höltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2014-03-27Merge pull request #2658 from leifcr/rake-fast-issueRobby Russell
Plugin: Rake-fast: Support both *nix and Darwin
2014-03-25Add README file to rake-fast pluginKevin Bongart
2014-03-25Plugin: Rake-fast: Support both *nix and DarwinLeif Ringstad
2014-03-16Remove copyright information, as per #2588Kevin Bongart
2014-02-13Add rake-fast plugin for fast rake autocompletionKevin Bongart