aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-06-03Move `code-review` to `code-review-difftool`Teddy Wing
Going to set up a Git-style subcommand system where subcommands are separate executables.
2019-06-02git-changed-files: Get an absolute path to the files (WIP)Teddy Wing
A couple methods to get the absolute path to the changed files. This allows the output to be used to operate on changed files even if the current directory is not the repo root. Otherwise, all files are listed relative to the repository root.
2019-06-02Add a script to show filenames of changed filesTeddy Wing
Arguments are a Git refspec.
2019-06-02code-review: Add a note to focus the rightmost tab in VimTeddy Wing
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