Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks cool. Wouldn't trust it to tell the time though


Does it just run date on the CLI and pipe that out? That'd be useful. Or show the date in your BASH prompt.


    watch date


Probably don't want the default refresh of 2 seconds. And the title/header is probably redundant, as well. Maybe this, instead?

$ watch --interval 0.1 --no-title date

;)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: