aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump cbs.h to the latest editionThomas Voss 2024-01-181-28/+177
|
* Simplify majorlyThomas Voss 2024-01-181-50/+10
| | | | | | | | mkoutpath() is only ever called with one argument so it doesn’t need to be variadic. Additionally I only care about supporting MacOS, Linux, and the BSDs, and all of them support strlcat()*. * Linux doesn’t ship a libc, but both Glibc and Musl ship strlcat()
* Simplify code using libcompatThomas Voss 2024-01-183-9/+28
|
* Remove manual escape handlingThomas Voss 2024-01-181-17/+0
| | | | This is all handled for us by the PCRE2 library
* Wrap -f/--filenames in ‘#if GIT_GRAB’Thomas Voss 2024-01-181-0/+2
|
* FormattingThomas Voss 2024-01-181-2/+2
|
* Add optional PCRE supportThomas Voss 2024-01-182-6/+17
|
* Add another example to the READMEThomas Voss 2024-01-171-0/+10
|
* Grab the latest version of da.hThomas Voss 2024-01-172-23/+80
|
* Don’t define _POSIX_C_SOURCEThomas Voss 2024-01-161-3/+0
|
* Document the new color configurationThomas Voss 2024-01-161-14/+21
|
* Switch colors to use GRAB_COLORS in GREP_COLORS-styleThomas Voss 2024-01-161-9/+61
|
* Document -cThomas Voss 2024-01-161-3/+24
|
* Add -c to force colored outputThomas Voss 2024-01-161-6/+10
|
* Fix builds on MacOSThomas Voss 2024-01-161-4/+4
|
* Close fds[FD_W] after dup2()Thomas Voss 2024-01-141-0/+1
|
* Organize files into directoriesThomas Voss 2024-01-135-3/+3
|
* Support glob arguments to git-grabThomas Voss 2024-01-132-10/+41
|
* Document git-grabThomas Voss 2024-01-131-0/+21
|
* Fix usage string for git-grabThomas Voss 2024-01-131-1/+1
|
* Update manual dateThomas Voss 2024-01-131-1/+1
|
* Add the git-grab.1 manualThomas Voss 2024-01-132-1/+2
|
* Initialize debug to falseThomas Voss 2024-01-131-1/+1
|
* Add git-grab for integrating with Git.Thomas Voss 2024-01-123-11/+91
|
* Add exampleThomas Voss 2024-01-121-0/+4
|
* Update the grab(1) manualThomas Voss 2024-01-121-1/+50
|
* 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
|
* Make the whole *FLAGS stuff nicerThomas Voss 2024-01-111-7/+9
|
* 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
| | | | In C23, static_assert has become a keyword instead of a macro.
* Change delim for zflagThomas Voss 2024-01-111-4/+3
|
* Make things work a bit better on C23Thomas Voss 2024-01-113-1/+11
|
* Don’t use -m(arch tune)=native on MacOSThomas Voss 2024-01-111-2/+6
|
* Make REG_NEWLINE optional with -nThomas Voss 2024-01-111-6/+14
|
* Rebuild if da.h is modifiedThomas Voss 2023-12-301-1/+1
|
* Switch to cbs for buildingThomas Voss 2023-12-305-23/+945
|
* Add support for long optionsThomas Voss 2023-12-302-3/+8
|
* Remove unreachable()Thomas Voss 2023-12-301-9/+2
|
* Write initial manual pagev1.0.0Thomas Voss 2023-12-101-0/+70
|
* 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
|
* Update READMEThomas Voss 2023-12-101-9/+54
|
* Add the ‘y’ operatorThomas Voss 2023-12-101-10/+62
|
* Fix GCC compiler errorThomas Voss 2023-12-091-0/+7
|