GitShow/BurntSushi/tabwriter
BurntSushi

tabwriter

Elastic tabstops for Rust.

by BurntSushi
Star on GitHubFork

Rust

273 stars26 forks11 contributorsQuiet · 12mo agoSince 2014Unlicense

Meet the team

See all 11 on GitHub →
BurntSushi
BurntSushi101 contributions
mhristache
mhristache5 contributions
waywardmonkeys
waywardmonkeys4 contributions
jqnatividad
jqnatividad2 contributions
alex-ozdemir
alex-ozdemir1 contribution
gsquire
gsquire1 contribution
pickfire
pickfire1 contribution
kdar
kdar1 contribution

Languages

View on GitHub →
Rust98.7%
Makefile1.1%
Vim Script0.2%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 4 in progress · Last activity 12mo ago
See all on GitHub →
Rohan5commit
docs: fix affect/effect typo in alignment docsOpenPR

Summary Fix a typo in the doc comment. Changes "effect" to "affect" in sentence describing future flushes. Related issue N/A (trivial comment typo fix) Guideline alignment One focused change in one file. No behavior or API changes. Validation Not run (comment-only change).

Rohan5commit · 5mo ago
mj-64
Right alignment of last columnOpenIssue

Right alignment of the last column only works when there is a trailing tab on the line. Otherwise the last column is left-aligned which looks strange. If this is a known restriction and not a bug it could possibly be documented.

mj-64 · 6mo ago
alex-ozdemir
Trailing cells in right and center alignment modeOpenPR

Previously, a cell was a block of text to the left of some tab. This meant that a table like this: aa\tbb a\tb would be formatted as aa bb a b in right-alignment mode because the b's were not actually in a cell, and thus didn't get aligned. This commit modifies the notion of a "cell" in right- and center-alignment mode to also include text to the right of the last tab on the line. This text is now considered part of a cell and aligned accordingly. Implemented as describe above, this change would cause many trailing spaces to be printed in right- and center-alignment modes, including on empty lines. To alleviate this, trailing spaces in the final cell of a line are not printed. fixes #29

alex-ozdemir · 1y ago

Recent fixes

View closed PRs →
jqnatividad
docs: update linkMergedPR

per https://github.com/BurntSushi/tabwriter/pull/38#issuecomment-3316047537

jqnatividad · 12mo ago
jqnatividad
Left end tab alignmentMergedPR

implements #39

jqnatividad · 12mo ago
jqnatividad
Update docs link and make clippy happyMergedPR

Hi @BurntSushi , Just updated the docs link and applied some select clippy lint suggestions

jqnatividad · 12mo ago
Structured data for AI agents

Repository: BurntSushi/tabwriter. Description: Elastic tabstops for Rust. Stars: 273, Forks: 26. Primary language: Rust. Languages: Rust (98.7%), Makefile (1.1%), Vim Script (0.2%). License: Unlicense. Open PRs: 4, open issues: 2. Last activity: 12mo ago. Community health: 42%. Top contributors: BurntSushi, mhristache, waywardmonkeys, jqnatividad, alex-ozdemir, gsquire, pickfire, kdar, sanga.

·@ofershap

Replace github.com with gitshow.dev