You've already forked uutils-term-grid
mirror of
https://github.com/uutils/uutils-term-grid.git
synced 2026-06-10 16:13:01 -07:00
c8db34bd41
* chore(deps): update codecov/codecov-action action to v5 * add new Tabs filling and rework fmt process * add filling_with_tabs test * add tabs example * update readme * fix misspelling * fix fmt in tests * optimize padding size calc * remove separator duplication to reduce memory usage * make DEFAULT_SEPARATOR_SIZE pub * fix padding calculation * fix required padding is bigger than widest cell * add next entry check before printing the separator * update docs for tabs * update comments * add diff size separator with Tabs * simplify the tabs number calculation * update readme * remove comments * change last in row check to break * fix some grammar in readme * update docs with quotes for \t * rename postion vars and add comment * rename neares tab var and update comment --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>