aboutsummaryrefslogtreecommitdiff
path: root/src/flags.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for $GRAB_TABSIZEThomas Voss 2024-11-011-24/+0
|
* Add the -l optionThomas Voss 2024-10-311-0/+1
|
* Make -l the default and add -bThomas Voss 2024-10-311-1/+1
|
* s/GRAB2/GRAB/Thomas Voss 2024-10-301-3/+3
|
* Completely revamp the grab source codeThomas Voss 2024-10-301-0/+23
Some of the (many) few changes are: - Multithreading for significantly faster performance - The -p/--predicate flag - Byte offsets as the default - No customizable colors (maybe this will come back later) - Newer edition of mlib (formerly librune)