Package

ammonite.runtime

tools

Permalink

package tools

Visibility
  1. Public
  2. All

Type Members

  1. case class GrepResult(spans: Seq[(Int, Int)], text: Str) extends Product with Serializable

    Permalink
  2. trait Grepper[T] extends AnyRef

    Permalink
  3. trait IvyConstructor extends AnyRef

    Permalink
  4. case class tail(interval: Int, prefix: Int) extends Function[Path, Iterator[String]] with Product with Serializable

    Permalink

Value Members

  1. object GrepResult extends Serializable

    Permalink
  2. object Grepper

    Permalink
  3. object IvyConstructor extends IvyConstructor

    Permalink
  4. object IvyThing

    Permalink
  5. object browse

    Permalink
  6. object grep

    Permalink

    Lets you filter a list by searching for a matching string or regex within the pretty-printed contents.

  7. object tail extends tail

    Permalink

    Follows a file as it is written, handy e.g.

    Follows a file as it is written, handy e.g. for log files. Returns an iterator which you can then print to standard out or use for other things.

  8. object time

    Permalink

    Records how long the given computation takes to run, returning the duration in addition to the return value of that computation

Ungrouped