Package

ammonite

ops

Permalink

package ops

Linear Supertypes
RelPathStuff, Extensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ops
  2. RelPathStuff
  3. Extensions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait Grepper[T] extends AnyRef

    Permalink
  3. implicit class RelPathStart extends AnyRef

    Permalink
    Definition Classes
    RelPathStuff
  4. implicit class RelPathStart2 extends AnyRef

    Permalink
    Definition Classes
    RelPathStuff
  5. implicit class iterShow[T] extends AnyRef

    Permalink
    Definition Classes
    Extensions
  6. case class tail(interval: Int, prefix: Int) extends Op1[Path, Iterator[String]] with Product with Serializable

    Permalink

Value Members

  1. def %(implicit wd: Path): Command[Int]

    Permalink
  2. def %%(implicit wd: Path): Command[CommandResult]

    Permalink
  3. implicit def ChainableConversions[T, T1, V](f: (T) ⇒ V)(implicit i: (T1) ⇒ T): (T1) ⇒ V

    Permalink
    Definition Classes
    Extensions
  4. implicit def FilterMapArrays[T](a: Array[T]): FilterMapExt[T, Array[T]]

    Permalink
    Definition Classes
    Extensions
  5. implicit def FilterMapExt[T, Repr](i: TraversableLike[T, Repr]): FilterMapExt[T, Repr]

    Permalink
    Definition Classes
    Extensions
  6. implicit def FilterMapIterators[T](a: Iterator[T]): FilterMapExt2[T]

    Permalink
    Definition Classes
    Extensions
  7. object GrepResult extends Serializable

    Permalink
  8. object Grepper

    Permalink
  9. implicit def Pipeable[T](t: T): Pipeable[T]

    Permalink
    Definition Classes
    Extensions
  10. implicit def RegexContextMaker(s: StringContext): RegexContext

    Permalink
    Definition Classes
    Extensions
  11. implicit def SeqFactoryFunc[T, CC[X] <: Seq[X] with GenericTraversableTemplate[X, CC]](s: SeqFactory[CC]): (Seq[T]) ⇒ CC[T]

    Permalink
    Definition Classes
    Extensions
  12. lazy val cwd: Path

    Permalink
  13. val empty: RelPath

    Permalink
    Definition Classes
    RelPathStuff
  14. implicit def fileData(p: Path): full

    Permalink
  15. object grep

    Permalink

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

  16. val home: Path

    Permalink
  17. implicit val postfixOps: postfixOps

    Permalink
  18. val root: Path

    Permalink
  19. 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.

  20. object tee

    Permalink

    Used to split a stream down two or three different path, e.g.

    Used to split a stream down two or three different path, e.g. to print out intermediate values in the middle of a longer pipeline

  21. val up: RelPath

    Permalink
    Definition Classes
    RelPathStuff

Inherited from RelPathStuff

Inherited from Extensions

Inherited from AnyRef

Inherited from Any

Ungrouped