aboutsummaryrefslogtreecommitdiff
path: root/grab.c
Commit message (Expand)AuthorAgeFilesLines
* Organize files into directoriesThomas Voss 2024-01-131-492/+0
* Support glob arguments to git-grabThomas Voss 2024-01-131-6/+19
* Fix usage string for git-grabThomas Voss 2024-01-131-1/+1
* Add git-grab for integrating with Git.Thomas Voss 2024-01-121-2/+75
* Sort optionsThomas Voss 2024-01-121-1/+1
* Add the streq() helper macroThomas Voss 2024-01-121-2/+3
* Prefer nullptr over NULLThomas Voss 2024-01-121-6/+7
* Add the env_or_default() helper functionThomas Voss 2024-01-121-9/+12
* Allow the use of env-vars to customize colorsThomas Voss 2024-01-121-3/+13
* Respect -z when printing filenamesThomas Voss 2024-01-111-2/+2
* Add the -f flagThomas Voss 2024-01-111-7/+11
* Print filenames when ≥2 files are provided (with color support)Thomas Voss 2024-01-111-20/+33
* Import assert.h before C23Thomas Voss 2024-01-111-4/+4
* Change delim for zflagThomas Voss 2024-01-111-4/+3
* Make things work a bit better on C23Thomas Voss 2024-01-111-1/+3
* Make REG_NEWLINE optional with -nThomas Voss 2024-01-111-6/+14
* Add support for long optionsThomas Voss 2023-12-301-1/+6
* Remove unreachable()Thomas Voss 2023-12-301-9/+2
* Support basic escape ASCII escape sequencesThomas Voss 2023-12-101-0/+18
* Remove local rv and make warn() a macroThomas Voss 2023-12-101-5/+8
* Add the ‘y’ operatorThomas Voss 2023-12-101-10/+62
* Fix GCC compiler errorThomas Voss 2023-12-091-0/+7
* Literally open grab(1) when someone uses -hThomas Voss 2023-12-091-2/+10
* Replace ‘-d’ with ‘-z’Thomas Voss 2023-12-091-5/+5
* Don’t always assume ‘x’ as the first operatorThomas Voss 2023-12-091-2/+7
* Genesis commitThomas Voss 2023-12-091-0/+274