manatee-anything-0.0.2: Multithread interactive input/search framework for Manatee

Manatee.Plugin.Anything.Main

Synopsis

Documentation

mkAnythingClient :: Client -> AnythingView -> IO ()Source

Build anything match rule for listen dbus signal.

anythingViewHandleChangeCandidate :: AnythingView -> RenderSignalArgs -> IO ()Source

Handle change interactive candidate.

anythingCandidateViewKeymap :: AnythingViewKeymapSource

Keymap for anything candidate view.

anythingCommandViewKeymap :: AnythingViewKeymapSource

Keymap for anything command view.

(<=>) :: forall a. AnythingViewActionArgs a => Text -> (a -> IO ()) -> (Text, AnythingViewAction)Source

Sugar to connect Key and Action.