manatee-core-0.0.1: The core of Manatee.

Manatee.Core.FileOpenRule

Synopsis

Documentation

fileOpenRule :: FilePath -> String -> IO [(String, Client -> IO ())]Source

The rule how to open file.

systemOpenRule :: FilePath -> String -> IO [(String, Client -> IO ())]Source

The open rule that handle by system.

openByDefaultEditor :: FilePath -> Client -> IO ()Source

Open by default editor.