From 3b8101f26292fb542ccc0612d6a95c42d074046b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 1 Dec 2018 00:49:55 +0100 Subject: Track ideas file --- Vesey ideas.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Vesey ideas.txt 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 opens a vimdiff of that file + + +Use vdwrap + + +Interface to list commits. Clicking 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. -- cgit v1.2.3