ColoredPrintf
ColoredPrintf copied to clipboard
F# printf functions but with colors !
Results
2
ColoredPrintf issues
Sort by
recently updated
recently updated
newest added
👋 Is `ColoredPrintf` expected to work with F# 5 string interpolation? ```fsharp (tasks |> Array.iter (fun t -> colorprintf $"$gray[{t.Title}]")) ``` throws this error ```bash Unhandled exception. System.Exception: Expected function...
The lib should be separate in `FoxSharp`, issue here : https://github.com/vbfox/FoxSharp/issues/3
enhancement