yi-0.8.2: The Haskell-Scriptable Editor

Safe HaskellNone
LanguageHaskell2010

Yi.Mode.Interactive

Synopsis

Documentation

spawnProcess :: String -> [String] -> YiM BufferRef Source

Open a new buffer for interaction with a process.

spawnProcessMode :: Mode syntax -> FilePath -> [String] -> YiM BufferRef Source

open a new buffer for interaction with a process, using any interactive-derived mode

feedCommand :: YiM () Source

Send the type command to the process

queryReply :: BufferRef -> String -> YiM String Source

Send command, recieve reply