ag -A TODO Finds all TODO's grouped by file and shows the following 2 lines (-A) for context. ag is specifically for searching code projects and respects .gitignore. Allen Madsen http://www.allenmadsen.com
On Thu, Oct 6, 2016 at 8:39 AM, Louis Pop <[email protected]> wrote: > Hello! > > I think this would be useful in any project, not just Elixir. It could > shell script that greps for TODOs, uses gitignore to select those > within the codebase, and then formats them nicely for the user to > view. > > Much better than making it Elixir specific :) > > Cheers, > Louis > > On 6 October 2016 at 13:21, Razvan Musetescu <[email protected]> > wrote: >> Is there any mix notes/todos feature that can show you the # TODO comments >> you left in your project. >> I'm talking about something like rake notes which can be used in Ruby and in >> Rails projects. >> Are there any plans to add this kind of feature? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "elixir-lang-core" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elixir-lang-core/f6aa9775-e375-405d-a604-cd30e7864fb3%40googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/CAM-pwt41N_reKuucrcUTuubNswFV8505ROjMFypjwz_Jrt3XwA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAK-y3CvjD3-WV-RpWm8k1cMV4wXXdpBQThf6yfYsdSObNypK%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
