NAME

schedule-easing.pl - Filter messages based on a schedule.

SYNOPSIS

schedule-easing.pl [options] [--schedule=file | --json=file] [file ...]

options:
	--timestamps:  for every event, compute the timestamp it would become active
	               (epoch seconds, or 0="always", or 9999999999="never")
	--expiration:  warn on startup if schedule entries have expired (default=false)
	               (currently 0/1, but may support flagged options in the future)
	--check:       verify the schedule configuration, non-zero exit on any warnings
	--stream:      stream options as a Perl hash declaration:
	               "sleep=>N,clock=>N,batch=>N,lines=>N,regexp=>qr/.../"
	--help

The format of the scheduling file is described in Schedule::Easing.