Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-02-21 | __git_files: #autoload is enough | Daniel Friesel | -1/+1 | |
2009-02-19 | __git_files: Silently fail if no gitdir was found | Daniel Friesel | -2/+1 | |
2009-02-18 | off: Added zsh completion | Daniel Friesel | -0/+21 | |
2009-02-01 | Merge branch 'experimental' | Daniel Friesel | -0/+41 | |
2009-02-01 | __git_files: Apparently everything works now | Daniel Friesel | -1/+1 | |
2009-01-30 | Almost finished __git_files | Daniel Friesel | -2/+7 | |
Only remaining problem: If the current relative path is shorter than a file's relative path, some ../'s might be missed | ||||
2009-01-22 | devtodo completion: Removed FIXME, it has already been fixed | Daniel Friesel | -1/+0 | |
2009-01-17 | _devtodo: Fixed broken completion for child items | Daniel Friesel | -1/+1 | |
2009-01-17 | _devtodo: Almost added children support | Daniel Friesel | -3/+12 | |
2009-01-17 | _devtodo: Prefix internal functions with _todo to avoid conflicts | Daniel Friesel | -23/+23 | |
2009-01-17 | _devtodo: Added proper completion for --sort | Daniel Friesel | -1/+20 | |
2009-01-15 | _pkill: More precise matching description | Daniel Friesel | -1/+2 | |
2009-01-12 | devtodo completion: Added _format | Daniel Friesel | -0/+7 | |
2009-01-06 | Removed sort completion, a better one is now available with zsh | Daniel Friesel | -32/+0 | |
2009-01-02 | __git_files: Another partially working, but more promising approach | Daniel Friesel | -12/+16 | |
2008-12-22 | __git_files: Return if gitdir is empty (->no git repo) | Daniel Friesel | -0/+2 | |
2008-12-22 | Added __git_files completion | Daniel Friesel | -0/+30 | |
This adds the handling of ../, currently with at least these problems: - ../ only completes to ../.. if ../.git does not exist (until ..../.git does exist) - if etc/foo/bar was modified, and pwd is etc, git add will *only* complete to ../etc/foo/bar | ||||
2008-12-19 | Added completion for put | Daniel Friesel | -0/+12 | |
2008-12-13 | Moved completions/_reload into completion | Daniel Friesel | -2/+0 | |
2008-12-13 | Updated function and completion file headers | Daniel Friesel | -18/+29 | |
2008-12-06 | devtodo completion: Minor style fix | Daniel Friesel | -5/+8 | |
2008-11-26 | todo completion: Parse the commandline to get the database file | Daniel Friesel | -5/+12 | |
Now, items can be completed for custom databases (--database file) as well | ||||
2008-11-12 | initd completion: Configure matching mode via zstyle | Daniel Friesel | -0/+8 | |
2008-11-12 | initd completion: minor rework | Daniel Friesel | -3/+3 | |
- fix some corner cases in which force-$action exists while $action does not the completion is still rather... experimental, though | ||||
2008-11-12 | initd completion: Also detect scripts with syntax like "restart|reload)"... | Daniel Friesel | -1/+2 | |
2008-11-09 | initd completion: more granular matches | Daniel Friesel | -9/+11 | |
Complete only those scripts that actually have the particular action | ||||
2008-11-09 | pkill completion: The temporary array is not neccessary | Daniel Friesel | -3/+2 | |
2008-11-09 | pkill completion: Don't use cut | Daniel Friesel | -3/+4 | |
2008-10-30 | Added gtd-move function | Daniel Friesel | -0/+15 | |
2008-10-30 | Added quick&dirty sort completion | Daniel Friesel | -0/+29 | |
2008-10-24 | git-hook: Use git rev-parse (pointed out by mxey) | Daniel Friesel | -0/+2 | |
2008-10-24 | git-hook: Changed directory order for less interference | Daniel Friesel | -2/+2 | |
2008-10-23 | Added git-hook function | Daniel Friesel | -0/+26 | |
2008-10-20 | Replaced gtd function by aliases for now | Daniel Friesel | -4/+0 | |
2008-10-20 | Added q&d gtd stuff | Daniel Friesel | -0/+4 | |
2008-10-10 | devtodo completion: Added _priority | Daniel Friesel | -0/+2 | |
2008-09-30 | devtodo completion: Added (buggy) completion for --filter | Daniel Friesel | -1/+15 | |
2008-09-30 | devtodo completion: -f/--filter may be used several times | Daniel Friesel | -2/+1 | |
2008-09-29 | pkill completion: Added signals | Daniel Friesel | -0/+1 | |
2008-09-29 | Added pkill completion | Daniel Friesel | -0/+47 | |
2008-09-21 | Added iwlist completion | Daniel Friesel | -0/+32 | |
2008-09-20 | Removed np completion | Daniel Friesel | -9/+0 | |
2008-09-20 | reload completion: Remove _arguments | Daniel Friesel | -1/+1 | |
2008-09-20 | initd completion: The functions take only one argument | Daniel Friesel | -1/+1 | |
2008-09-20 | completion: Added program-specific settings | Daniel Friesel | -1/+1 | |
2008-09-17 | devtodo completion: Complete finished entries for --not-done | Daniel Friesel | -7/+11 | |
2008-09-17 | devtodo completion: Fixed _color | Daniel Friesel | -7/+1 | |
2008-09-17 | devtodo completion: Added completion for colors | Daniel Friesel | -0/+15 | |
(Only partially working) | ||||
2008-09-13 | Added reload function from the grml zshrc | Daniel Friesel | -0/+2 | |
2008-09-06 | devtodo completion: zstyle ignore-line yes for tdr | Daniel Friesel | -4/+13 | |