thecasualcoder / tztail

tztail (TimeZoneTAIL) allows you to view logs in the timezone you want
https://thecasualcoder.github.io/tztail/
MIT License
231 stars 8 forks source link

Change -f flag to follow instead of format. #12

Closed skunkworker closed 5 years ago

skunkworker commented 5 years ago

Right now having the -f flag be associated with format instead of follow is confusing coming from linux tail. Though the format is something that tail doesn't currently have I feel this would be better used to have -f be follow/keep file open, and have --format be the main flag for formatting a file.