所以我剛安裝GO使用了Primitive(這裏是README.md)https://github.com/fogleman/primitive。本質上應該發生的事情是,你給出一個圖像,並使用多邊形重新創建它。下面是使用原始https://codepen.io/DavQ/pen/wgVWzo 作爲它指出重新轉換的圖像的一個例子 命令行用法 go get -u github.com/fogleman/
我想爲git diff --name-status設置bash輸出的樣式,以便狀態爲D,M和A的文件具有不同的顏色。 風格一般的git bash我使用.gitconfig中的color選項。 # .gitconfig
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
curr