-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
bd96d1d added rendering of user, hostname, & current time, but only allows customization of font, size, color, & spacing.
What other configuration would people like?
Maybe we could add a custom format string that uses values like <user>@<hostname>:<session>
& then use search/replace to set the tags when running, but really trying to avoid allowing user-specified time format strings - maybe enum options like localtime
, localdate
, localdatetime
, utctime
, etc?