diff options
| author | Teddy Wing | 2018-12-01 00:49:55 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-12-01 00:49:55 +0100 | 
| commit | 3b8101f26292fb542ccc0612d6a95c42d074046b (patch) | |
| tree | de2a9b0f2add9e7a0b79b19a8b1a6ce758102c01 | |
| download | code-review-3b8101f26292fb542ccc0612d6a95c42d074046b.tar.bz2 | |
Track ideas file
| -rw-r--r-- | Vesey ideas.txt | 36 | 
1 files changed, 36 insertions, 0 deletions
| diff --git a/Vesey ideas.txt b/Vesey ideas.txt new file mode 100644 index 0000000..6f64dea --- /dev/null +++ b/Vesey ideas.txt @@ -0,0 +1,36 @@ +Reviewing PR 54: +$ vesey 54 + +git worktree add pr/54 +git difftool -t vimdiff master.. +or +git diff | vim - +git difftool -t vimdiff -x 'vimdiff -c "wincmd c"' + +or git diff and <Enter> opens a vimdiff of that file + + +Use vdwrap + + +Interface to list commits. Clicking <Enter> on a commit opens the changeset in Vim +	Maybe tig? + + +In vimdiff view, a key command opens the browser with a comment textarea on that line in the diff. + + +https://github.com/Microsoft/vscode-pull-request-github +https://developer.github.com/v3/pulls/comments/ + + +UI ideas: + +$ git review 54 +	> git worktree add pr/54 +	> cd worktree +$ git diff-pr +	> git difftool -t vimdiff -x vdwrap [$@ or master..] +$ github-write-pr-comments +	> Write comments from PR as comment lines in source files +	> Cache comments separately from source files. System for adding updates. | 
