You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 likelocaltime
,localdate
,localdatetime
,utctime
, etc?The text was updated successfully, but these errors were encountered: