helic-0.5.2.0: Clipboard Manager
Safe HaskellNone
LanguageHaskell2010

Helic.List

Description

List command logic, Internal

Synopsis

Documentation

buildList :: Members [Reader ListConfig, Client, Error Text, Embed IO] r => Sem r String Source #

Fetch all events from the server, limit them to the configured number and format them in a nice table.

list :: Members [Reader ListConfig, Client, Error Text, Embed IO] r => Sem r () Source #

Print a number of events to stdout.