Viewing profile — lafrenierejm
lafrenierejm
HN member- Joined
- Thu, Dec 08, 2016, 11:10 PM UTC
- HN karma
- 10
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About lafrenierejm
Recent public activity
-
comment
Comment #46492923
> I probably would never trust a public commit history as some kind of source of truth What _would_ you trust as a source of truth for source code if not a public commit log? I agr…
-
comment
Comment #41576309
> What dependencies does it install For all of the built-in adapters to work, you'll need ffmpeg, pandoc, and poppler-utils. See the Scoop package [1] for a specific example of thi…
-
comment
Comment #41576220
I have an open PR [1] that's relevant. The proposed changes would allow users to process XLS and XLSX files like any other Zip archive. [1]: https://github.com/phiresky/ripgrep-all…
-
comment
Comment #41576208
See https://github.com/phiresky/ripgrep-all/issues/221 for an example of doing this via a custom adapter and `exiftool`.
-
comment
Comment #41576197
You are correct that rga doesn't ship with an Excel adapter out of the box. I have an open PR [1] to allow users to process XLS and XLSX files like any other Zip archive. [1]: http…
-
comment
Comment #39805068
As a counterpoint, consider Emacs's rx ( https://www.gnu.org/software/emacs/manual/html_node/elisp/Rx... ) as a direct alternative to writing regular expressions.
- story
-
comment
Comment #26910051
You're probably thinking of https://github.com/tomnomnom/gron .
-
comment
Comment #25285431
If anyone is interested gron [0], I have an open PR [1] to add it as an adapter to ripgrep-all. The patch was based on the most recent release, since master is currently not functi…