aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-05-18Add 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-01Add a new interface ideaTeddy Wing
2018-12-01git-review: Make `EX_USAGE` a function-local variableTeddy Wing
This script is going to be sourced into an interactive shell session. Don't set unnecessary variables.
2018-12-01Add `git-review`Teddy Wing
Shell function that checks out a pull request in a git worktree and changes into the worktree directory.
2018-12-01Track ideas fileTeddy Wing