hledger-1.50.3: Command-line interface for the hledger accounting system
Safe HaskellSafe-Inferred
LanguageGHC2021

Hledger.Cli.Commands.Activity

Description

Print a bar chart of posting activity per day, or other report interval.

Synopsis

Documentation

activity :: CliOpts -> Journal -> IO () Source #

Print a bar chart of number of postings per report interval.

printDayWith :: (PrintfArg t, PrintfType t, Show a) => (t -> t) -> ((a, b), t) -> t Source #

countBar :: Foldable t => t a -> [Char] Source #