kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

Additional logplex options for tail #7

Closed lstoll closed 12 years ago

lstoll commented 12 years ago

Added

I use these quite heavily.

kr commented 12 years ago

Thanks! Do you mind rebasing this on top of master? And while you're at it, can you put the flag vars in a block together?

var (
    follow  bool
    lines   int
    source  string
    process string
)
lstoll commented 12 years ago

OK, I've rebased this on top of the current master, and cleaned up the var block (you learn something new every day.)

It should be right to merge now.

kr commented 12 years ago

Sweet, thanks!