tiny icon indicating copy to clipboard operation
tiny copied to clipboard

modular ui

Open eoli3n opened this issue 3 years ago • 0 comments

Next to #169

The comment of @jedahan seems to me a comfortable idea.

yeah just instead of making it multiple keys, just a single key, and using the existing rust specification for format.

So instead of

date-format: "%H:%M"
separator: ":"
line-output: "[date_format] [nick][separator] [message]" 

you would have something like

format: "{timestamp.hour:0>2}:{timestamp.minute:0>2} {nick}: {message}"

eoli3n avatar May 29 '21 15:05 eoli3n