Hacker News new | ask | show | jobs
by cranjice 2783 days ago
Cool idea! One nitpick — tail -f and tztail -f should do the same thing
1 comments

Thank you for the feedback. It makes sense to not conflict with tail flags. The follow feature is not there as well. Will work on these. Thanks a lot!
It's a great idea. But since it's actually not tail at all, but rather a very specific text filter that looks for date strings and translate them (assuming it would work, say, on a file with two timestamps to a line), maybe another name would be better?

I guess this is more "tr for timezones"? So maybe tztr? (time zone translator)?