sebasmonia / panda

Emacs package that consumes Bamboo's REST API to do useful things.
MIT License
3 stars 3 forks source link

Allow auto-refresh of logs #15

Open sebasmonia opened 5 years ago

sebasmonia commented 5 years ago

Best option seems to be, create a derived mode that would cover #13 and the deploy logs too. The mode takes a URL, binds g to refresh, but also allows a key to start/stop auto refreshing.

Then provide a customization to set the initial state of the auto refresh variable. And another customization for how often to run it? Every 10 seconds probably.