aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeLines
* Revert extensionShav Kinderlehrer2023-05-18-7/+1
|
* Prep for new extension systemShav Kinderlehrer2023-05-18-18/+10
|
* Revert extensionShav Kinderlehrer2023-05-04-65/+6
|
* Add extension exec scaffoldingShav Kinderlehrer2023-05-03-3/+79
|
* Start implementing -eShav Kinderlehrer2023-05-01-19/+34
| | | | - extensions
* Refactor codebaseShav Kinderlehrer2023-05-01-24/+45
|
* Fix memory leak and NULL-check errorShav Kinderlehrer2023-05-01-8/+12
|
* CleanupShav Kinderlehrer2023-04-26-35/+14
| | | | | | - Cleanup unneeded headers - Fix helptext typos/bugs - add noreturn to die(), and equiv
* Move to getoptShav Kinderlehrer2023-04-20-115/+42
| | | | - everything is single-letter now
* Argparsing bug hotfixv0.11.2Shav Kinderlehrer2023-04-20-0/+2
|
* Helptext spelling hotfixv0.11.1Shav Kinderlehrer2023-04-20-1/+1
|
* Add argsv0.11.0Shav Kinderlehrer2023-04-19-15/+29
| | | | | - --literal - fix outputting format for less and piped output (finally)
* Check stdin for binary toov0.10.2Shav Kinderlehrer2023-04-19-16/+24
|
* Fix --help grammarv0.10.1Shav Kinderlehrer2023-04-19-11/+18
|
* Add argsShav Kinderlehrer2023-04-19-19/+54
| | | | - --pager
* Revise --binary functionalityv0.9.3Shav Kinderlehrer2023-04-18-14/+29
|
* Update help messagev0.9.2Shav Kinderlehrer2023-04-18-5/+19
| | | | | | - add usage - add env - add description
* Fix long args bugv0.9.1Shav Kinderlehrer2023-04-17-3/+4
|
* Add argsv0.9.0Shav Kinderlehrer2023-04-17-3/+15
| | | | - --headers
* Update version messagev0.8.1Shav Kinderlehrer2023-04-17-1/+1
|
* Add argsv0.8.0Shav Kinderlehrer2023-04-17-8/+24
| | | | - --binary
* Fix stdin supportv0.7.4Shav Kinderlehrer2023-04-17-7/+41
|
* Process last linev0.7.3Shav Kinderlehrer2023-04-17-2/+14
|
* Fix binary printing bugv0.7.2Shav Kinderlehrer2023-04-17-3/+1
|
* Remove debug messagesv0.7.1Shav Kinderlehrer2023-04-17-27/+0
|
* Add optional processing stagev0.7.0Shav Kinderlehrer2023-04-17-14/+116
|
* Read file quickShav Kinderlehrer2023-04-14-19/+22
|
* Merge branch 'main' into f6s/syntax-highlightingShav Kinderlehrer2023-04-14-0/+2
|\ | | | | | | - Fix memory leak
| * Fix memory leakv0.6.2Shav Kinderlehrer2023-04-14-0/+2
| |
* | Read file in one readShav Kinderlehrer2023-04-13-21/+10
|/
* Fix stdin bugv0.6.1Shav Kinderlehrer2023-04-13-3/+3
|
* Add stdin supportv0.6.0Shav Kinderlehrer2023-04-13-5/+23
|
* Add argsv0.5.0Shav Kinderlehrer2023-04-13-9/+54
| | | | | - --help - --version
* Add argsv0.4.0Shav Kinderlehrer2023-04-12-13/+77
| | | | | - add color arg - add lines arg
* Fix binary detection bugv0.3.3Shav Kinderlehrer2023-04-12-1/+1
|
* Begin config structShav Kinderlehrer2023-04-12-6/+14
| | | | - Useful when flags are implemented
* Add NO_COLOR supportv0.3.2Shav Kinderlehrer2023-04-11-5/+20
|
* Switch to \r instead of annoying newlinev0.3.1Shav Kinderlehrer2023-04-11-1/+1
|
* Try to approximate if file is printeablev0.3.0Shav Kinderlehrer2023-04-11-13/+35
|
* Move to size_t where practicalShav Kinderlehrer2023-04-11-8/+10
|
* Fix typos + wrong header includesv0.2.1Shav Kinderlehrer2023-04-10-6/+3
|
* Rename lib to utilShav Kinderlehrer2023-04-10-1/+1
|
* Add stdin supportv0.2.0Shav Kinderlehrer2023-04-10-17/+16
|
* Optimize printingv0.1.0Shav Kinderlehrer2023-04-10-11/+8
|
* Breakup monolithic codeShav Kinderlehrer2023-04-10-44/+63
|
* Fix args error msgShav Kinderlehrer2023-04-10-5/+5
|
* Fix bugv0.0.1Shav Kinderlehrer2023-04-10-1/+1
| | | | - comparison of signed and unsigned ints
* Add tty checkShav Kinderlehrer2023-04-10-5/+11
|
* Add multifile supportShav Kinderlehrer2023-04-10-11/+58
|
* Open file + make bufferShav Kinderlehrer2023-04-10-2/+58
|