prettytable-rs icon indicating copy to clipboard operation
prettytable-rs copied to clipboard

Support ANSI-escaped color codes and hyperlinks.

Open psftw opened this issue 6 years ago • 3 comments

psftw avatar May 28 '19 13:05 psftw

Thanks for creating this library. I'm using it in a CLI application, and supporting properly aligned clickable hyperlinks in the output is a really handy feature for my use case.

psftw avatar May 28 '19 13:05 psftw

Codecov Report

Merging #106 into master will increase coverage by 0.41%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   85.86%   86.28%   +0.41%     
==========================================
  Files           5        5              
  Lines        1323     1327       +4     
==========================================
+ Hits         1136     1145       +9     
+ Misses        187      182       -5
Impacted Files Coverage Δ
src/utils.rs 99.13% <100%> (+4.49%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf7dca3...7b32d22. Read the comment docs.

codecov[bot] avatar May 28 '19 13:05 codecov[bot]

Rebased :tada:

psftw avatar Oct 04 '19 22:10 psftw