shift-0.2.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

data WarpPoint Source #

Constructors

WarpPoint 

Instances

Generic WarpPoint Source # 

Associated Types

type Rep WarpPoint :: * -> * #

Binary WarpPoint Source # 
Default WarpPoint Source # 

Methods

def :: WarpPoint #

type Rep WarpPoint Source # 
type Rep WarpPoint = D1 (MetaData "WarpPoint" "Teleport" "shift-0.2.0.0-HxeFr7JuwzG9NCaGaoD0bZ" False) (C1 (MetaCons "WarpPoint" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)) (S1 (MetaSel (Just Symbol "_absFolderPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))))

newtype WarpData Source #

Constructors

WarpData 

Fields

Instances

Generic WarpData Source # 

Associated Types

type Rep WarpData :: * -> * #

Methods

from :: WarpData -> Rep WarpData x #

to :: Rep WarpData x -> WarpData #

Binary WarpData Source # 

Methods

put :: WarpData -> Put #

get :: Get WarpData #

putList :: [WarpData] -> Put #

Default WarpData Source # 

Methods

def :: WarpData #

type Rep WarpData Source # 
type Rep WarpData = D1 (MetaData "WarpData" "Teleport" "shift-0.2.0.0-HxeFr7JuwzG9NCaGaoD0bZ" True) (C1 (MetaCons "WarpData" PrefixI True) (S1 (MetaSel (Just Symbol "_warpPoints") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [WarpPoint])))

exec :: IO () Source #

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

run :: Command -> IO () Source #