←back to thread

457 points benoitg | 2 comments | | HN request time: 0s | source
Show context
Henchman21 ◴[] No.44366876[source]
Genuine question for all the people putting timestamps in your prompts: do you never look at your command history and see that they’re all timestamped?
replies(3): >>44367703 #>>44367962 #>>44368078 #
1. jethro_tell ◴[] No.44367703[source]
I do know that though that assumes some things about os and shell.

Run a full screen term on my machine for a good chunk of my workflow and I just like to have time and battery in my term. I render it as ‘(15:35) [80} <hostname> $ ‘ and for boxes without batteries it’s just ‘(15:35) <hostname> $ ‘

Some times I’ll go back through my scroll back and look at the time when I’m trying to figure things out. Or when I run a command that generates a ton of output, I’ll note the time and run the command then later search back to the time in scroll back to start at the top of the log.

None of these are features I truly miss on a vanilla box, I can look at a clock or watch and will put a comment into the scroll back to find later.

replies(1): >>44368059 #
2. Henchman21 ◴[] No.44368059[source]
I think we’re quite similar I just put my time display in the tmux status bar :)

Just so I am clear, use your prompts as you see fit — I’m just trying to understand how others work. Thanks!