realign-text-table: tool to rebuild plain-text table
- takes a malformed ASCII-drawn table as stdin or file, for example: +-----+-----+ | foo | bar | +-----+-----+ | a long cell | short | | x | longer cell ? | +--+--+ - outputs a well-formed table: +-------------+---------------+ | foo | bar | +-------------+---------------+ | a long cell | short | | x | longer cell ? | +-------------+---------------+
Showing
realign-text-table/tests.py
0 → 100755
Please register or sign in to comment