Search
Items tagged with: grep
Solved a Linux/MacOS portability issue today ๐
It turns out, `grep` doesn't print out the file name if you don't provide multiple files on Linux. The workaround is to append `/dev/null` as an extra file.
๐ง Issue: https://github.com/kyu08/fzf-make/issues/53
โ Workaround: https://stackoverflow.com/questions/15432156/display-filename-before-matching-line
#linux #macos #portability #grep
[bat error]: invalid digit found in string ยท Issue #53 ยท kyu08/fzf-make
Hey, I just tried out fzf-make on Shuttle's Makefile and got this error. Also, I'm getting a different error for the last entry: Thanks for this tool!GitHub
New #AlpineLinux package: **igrep** ๐
๐ฆInteractive grep written in Rust (uses ripgrep as library)
๐ง Package: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/igrep
โญ GitHub: https://github.com/konradsz/igrep
#rustlang #interactive #grep #commandline #linux
GitHub - konradsz/igrep: Interactive Grep
Interactive Grep. Contribute to konradsz/igrep development by creating an account on GitHub.GitHub