vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.22k stars 3.51k forks source link

Timestamps? #1507

Closed hmrst closed 7 years ago

hmrst commented 7 years ago

Is there a way to enable timestamp on when commands are fired? I would like to know when I do my commands during a day.

chabou commented 7 years ago

It is a shell feature not a terminal feature. I recommend you to search how to achieve this with bash or zsh prompt/history

hmrst commented 7 years ago

Thanks

xjunior commented 4 years ago

@chabou I thik that @kuoppa is looking for something similar to iTerm's Timestamps (cmmd+shift+e), as described in their official page. This is how it looks like:

image

This is shell agnostic

xjunior commented 4 years ago

What's nice about having this on the terminal instead of on $PROMPT is that it can be toggled-on/off. On my mac I usually keep it off until I need it for any particular reason.

rndbblnn commented 3 years ago

+1 for this