aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move long parsing to its own functionv1.0.0Thomas Voss 2022-10-091-19/+22
* Add install instructions to the READMEThomas Voss 2022-10-081-2/+18
* Support DESTDIRThomas Voss 2022-10-081-3/+4
* Document the new -r flagThomas Voss 2022-10-081-6/+26
* Mark TODO #2 as completeThomas Voss 2022-10-081-1/+1
* Add the -r flag to print tabs using spacessheepmax 2022-10-081-28/+63
* De-verbosify usageThomas Voss 2022-10-082-5/+5
* Document the new -l and -t flagsThomas Voss 2022-10-081-6/+19
* Wrap code to 80 columnsThomas Voss 2022-10-051-11/+21
* Sort command-line flagsThomas Voss 2022-10-051-12/+12
* Mark TODO #1 as completeThomas Voss 2022-10-051-1/+1
* Add tab width specification (#5)nothing-c 2022-10-051-3/+13
* Remove excess parensThomas Voss 2022-10-041-1/+1
* Fix bug when width is less than line lengthThomas Voss 2022-10-041-3/+3
* Update Caspers' default email addressThomas Voss 2022-10-041-2/+2
* Mark TODO #3 as completeThomas Voss 2022-10-041-1/+1
* Add a .mailmapThomas Voss 2022-10-041-0/+3
* Add centering by longest line (#3)Casper Andersson 2022-10-041-3/+73
* Add TODO #4Thomas Voss 2022-10-031-0/+5
* Remove unused flags from call to getopt()Thomas Voss 2022-10-031-1/+1
* Make buffer and size static to avoid memory leakCasper Andersson 2022-10-011-2/+2
* Properly terminate the listThomas Voss 2022-10-011-0/+1
* Update my email-addressThomas Voss 2022-10-011-1/+1
* Fix centering with ANSI escapesThomas Voss 2022-09-231-1/+1
* Enable warningsThomas Voss 2022-09-231-1/+1
* Add a target variableThomas Voss 2022-09-231-5/+7
* Fix text centering of multibyte charactersThomas Voss 2022-09-231-2/+7
* Add license textThomas Voss 2022-09-202-0/+31
* Use unicode box charactersThomas Voss 2022-09-201-33/+33
* Add a READMEThomas Voss 2022-09-201-0/+13
* Add a TODO fileThomas Voss 2022-09-201-0/+70
* Fix usage stringThomas Voss 2022-08-091-1/+1
* Fix usage example in manual pageThomas Voss 2022-02-101-2/+2
* Don't exit when fopen(3) returns NULLThomas Voss 2022-02-081-4/+7
* Initial commitThomas Voss 2022-02-085-0/+275