PTTJS (Plain Text Table JavaScript) is a plain‑text table format and a JavaScript library for working with it. The format was created to store complex tabular data structures in a human‑readable text ...
A format string is a text string that contains placeholders for values. These placeholders begin with a '{', contain the name or index of the value, and end with a '}'. "--title-format '{user-name:5}' ...