Package

ammonite

shell

Permalink

package shell

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait Grepper[T] extends AnyRef

    Permalink
  3. trait OpsAPI extends AnyRef

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

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

    Permalink

Value Members

  1. object Configure

    Permalink

    Created by haoyi on 9/1/15.

  2. object GrepResult extends Serializable

    Permalink
  3. object Grepper

    Permalink
  4. object PPrints

    Permalink
  5. object PathComplete

    Permalink

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

  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