manatee-core-0.0.1: The core of Manatee.

Manatee.Core.Config

Synopsis

Documentation

getConfigDirectory :: IO FilePathSource

Config file directly.

browseHistoryPath :: FilePathSource

Browse history path.

pageTypeRulePath :: FilePathSource

Page type path.

fileOpenRulePath :: FilePathSource

File open rule.

pageModeRulePath :: FilePathSource

Page mode rule.

pageModeDuplicateList :: FilePathSource

Duplicate tab list path.

writeConfig :: Binary a => FilePath -> a -> IO ()Source

Write config file.

readConfig :: Binary a => FilePath -> a -> IO aSource

Read config file.