Screenshots are done using:
Scale your window to 92x28, then:
- Get the moor source code: https://github.com/walles/moor
- Do:
git -C ../moor show 9c91399309 | cargo run
- Scale your terminal window to 65x17
- Copy the below example to the clipboard
pbpaste | cargo run- Screenshot the window and store it as
screenshot-git-merge.png
diff --cc hello.rb
index 0399cd5,59727f0..0000000
--- a/hello.rb
+++ b/hello.rb
@@@ -1,7 -1,7 +1,7 @@@
#! /usr/bin/env ruby
def hello
- puts 'hola world'
- puts 'hello mundo'
++ puts 'hola mundo'
end
hello()- Scale your window to 72x10
cargo run < testdata/conflict-markers.txt- Screenshot the window and store it as
screenshot-diff2-conflict.png