Re: [O] Ag (the Silver Searcher) knows about Org files now

2017-09-01 Thread Adam Porter
Ah, you had me for a moment there: I thought you meant that it understood Org files semantically, so it could search entries within Org files. That would be very helpful for helm-org-rifle. Maybe someday...

Re: [O] Ag (the Silver Searcher) knows about Org files now

2017-08-31 Thread Tim Visher
It's worth noting that you can already achieve that behavior using [-G | --file-search-regex .*.org ``` ag -G '.*\.org' ``` The emacs ag package is also quite good. https://github.com/Wilfred/ag.el On Thu, Aug 31, 2017 at 12:36 PM, William Denton wrote: > A recent commit means that the very us

[O] Ag (the Silver Searcher) knows about Org files now

2017-08-31 Thread William Denton
A recent commit means that the very useful tool ag recognizes --org as an option to let you search just Org files. Ag: https://github.com/ggreer/the_silver_searcher It'll take a while for that to make its way into package updates on different operating systems, but it's good news. Bill -- Wi