蜡笔:从.NET绘制控制台 源码
蜡笔 一个简单的peasy小库,用于使用ANSI转义码为内联字符串中的控制台输出着色。 例子 Console . WriteLine ( Output . Green ( $" green { Output . Red ( $" { Output . Bold ( " bold " )} red " )} green " )); Console . WriteLine ( $" The difference { " between bold " . Bold ()}, { " bright green " . BrightGreen ()} and { " dim " . Dim ()} "
文件列表
crayon-master.zip
(预估有个25文件)
crayon-master
.gitignore
63B
Crayon.sln.DotSettings.user
986B
README.md
2KB
LICENSE
1KB
Crayon.Tests
OutputTests.cs
5KB
Crayon.Tests.csproj
1KB
xunit.runner.json
115B
OutputChainTests.cs
3KB
暂无评论