ammonite

shell

package shell

Visibility
  1. Public
  2. All

Type Members

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

  2. trait Grepper[T] extends AnyRef

  3. trait OpsAPI extends AnyRef

  4. case class ShellSession() extends OpsAPI with Product with Serializable

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

Value Members

  1. object Configure

    Created by haoyi on 9/1/15.

  2. object GrepResult extends Serializable

  3. object Grepper

  4. object PPrints

  5. object PathComplete

    Logic to find path "literals" so we can attempt to autocomplete them based on what's actually on the filesystem.

  6. object browse

  7. object grep

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

  8. object tail extends tail

    Follows a file as it is written, handy e.

  9. object time

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

Ungrouped