Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | chore(lib): update deprecated grep aliases (#11161) | Nadhem | |
2020-03-02 | lib: use grep-alias cache only if ZSH_CACHE_DIR is writable | Marc Cornellà | |
Fixes #8693 | |||
2020-03-01 | Refactor grep.zsh file | Marc Cornellà | |
- Move grep-alias path to variable. - Use <<< "" instead of piped echo to check grep flags. - Remove check for --color only since it's the same release as --exclude. | |||
2020-03-01 | Fast algorithm to determine grep alias flags | Marc Cornellà | |
This version tries whether grep supports all the flags together and progressively checks older flags if the grep test fails. This means only one grep call if all flags are supported, and one additional call for every flag that's not supported, up to a maximum of 3 calls. | |||
2020-03-01 | Performance enhancement for lib/grep | mattmc3 | |
- Use $ZSH_CACHE_DIR to store the grep alias with all the right features - Expire the cache after 24 hours - See issue #8444 | |||
2020-03-01 | Ignore .tox folder in grep | Shi Yan | |
2020-03-01 | Also set options for egrep and fgrep | Peter Vandenberk | |
2020-03-01 | Exclude .idea folder from grep search scope | Vital Kolas | |
2015-09-23 | Correct repo dir | shawn | |
cvs's metadata is under CVS and not .cvs | |||
2015-02-02 | Test if --color=auto is a valid option for grep | The Linux Kitten | |
2014-12-13 | Change to alias and remove deprecated GREP_COLOR | Ondřej Súkup | |
2014-12-13 | Tidy up the grep.zsh library | Marc Cornellà | |
2014-12-13 | Use unaliased grep in flag check | Marc Cornellà | |
2014-12-13 | Ignore .bzr folders in grep too | Marc Cornellà | |
2014-12-13 | Extract VCS folders definition to avoid repetition | Marc Cornellà | |
2014-04-19 | set exclude-dir or exclude grep flags only if available | Dmitriy | |
2014-03-23 | Fix export syntax of $GREP_OPTIONS | Marc Cornellà | |
Fixes #2641, #2642 | |||
2012-06-14 | avoid VCS folders | nXqd | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options |