yi-core-0.19.4: Yi editor core library
Safe HaskellNone
LanguageHaskell2010

Yi.Process

Synopsis

Documentation

runProgCommand :: ListLikeProcessIO a c => String -> [String] -> IO (ExitCode, a, a) Source #

runShellCommand :: ListLikeProcessIO a c => String -> IO (ExitCode, a, a) Source #

shellFileName :: IO String Source #

Run a command using the system shell, returning stdout, stderr and exit code

createSubprocess :: FilePath -> [String] -> BufferRef -> IO SubprocessInfo Source #

readAvailable :: Handle -> IO String Source #

data SubprocessInfo Source #

Constructors

SubprocessInfo 

Fields

type SubprocessId = Integer Source #