Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-02 | code-review: Add a note to focus the rightmost tab in Vim | Teddy Wing | |
2019-05-18 | Add directory diff command using `vdwrap` | Teddy Wing | |
Performs a dir diff opening all changed files in separate tabs in Vim all in diff mode. Currently it has some problems as `vdwrap` uses `/dev/null` to compare against new files, but Vim pops up errors saying `/dev/null` isn't a real file. | |||
2018-12-01 | Add a new interface idea | Teddy Wing | |
2018-12-01 | git-review: Make `EX_USAGE` a function-local variable | Teddy Wing | |
This script is going to be sourced into an interactive shell session. Don't set unnecessary variables. | |||
2018-12-01 | Add `git-review` | Teddy Wing | |
Shell function that checks out a pull request in a git worktree and changes into the worktree directory. | |||
2018-12-01 | Track ideas file | Teddy Wing | |