shift-0.1.0.0: A tool to quickly switch between directories

Safe HaskellNone
LanguageHaskell2010

Teleport

Synopsis

Documentation

data AddOptions Source #

options for 'warp add'

Constructors

AddOptions 

newtype RemoveOptions Source #

options for 'warp remove'

Constructors

RemoveOptions 

Fields

newtype GotoOptions Source #

options for 'warp goto'

Constructors

GotoOptions 

Fields

data Command Source #

data type for command

newtype WarpData Source #

Constructors

WarpData 

Fields

Instances

exec :: IO () Source #

colorWhen :: IO () -> IO () Source #

run :: Command -> IO () Source #