Messer
Messer copied to clipboard
Add time stamp to messages
Summary
It would be great if each message was preceded by a time stamp!
Motivation
Sometimes you want to look back to the date and time of the message.
+1.
this is great feature, would be great to enable/dissable in options
Hi All,
I would like to work on this.
Question Regarding the feature
@krunoPeric @michondr @tomquirk
Should I just add timestamp to the messages shown in history command?
Will this format be good?
[Date,Timestamp] User name:Message
for example
[11/17/2020, 4:29:30 PM] Ravichandra:Hi
Is it Ok, if the date and time format is the format returned by toLocaleString() ?
toLocaleString should return output most suitable for the user. if you want to make it fancier, you could enable the user to set the format himself
Can I send the pull request with toLocaleString?
Yep, this looks great @Ravichandra-C.
Added this feature as part of #165 pull request. @tomquirk @mjkaufer Can you please merge it if the changes looks good? If not, Can you please let me know what else needs to be done?