stringFormatter icon indicating copy to clipboard operation
stringFormatter copied to clipboard

Add table format feature

Open EvilLord666 opened this issue 1 year ago • 0 comments

We should be able to form column like data with alignment i.e. in python we are having following feature f.write(f"{'name' : <80}{'extension' : ^15}{'path' : <250}\n") that allow to pass:

  • column length
  • text alignment in column

EvilLord666 avatar Feb 04 '25 15:02 EvilLord666