Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: audio/beep feedback on log activity #201

Open
3 tasks
scottcopus opened this issue Oct 7, 2021 · 3 comments
Open
3 tasks

Feature Request: audio/beep feedback on log activity #201

scottcopus opened this issue Oct 7, 2021 · 3 comments
Labels
enhancement this will make things better Feature what a great idea
Milestone

Comments

@scottcopus
Copy link

scottcopus commented Oct 7, 2021

Sometimes I step away from my computer but still want to know when a "slow" log file changes. An audio/beep feedback on any log activity would be great.

GUI concept (open to ideas):

  • beep/audio feedback on log activity
    • [filename of beep.wav] Choose file [...]
    • when to beep?
      • [ radio-button ] beeps stays on
      • [ radio-button ] one-time beep (first activity turns beep back off)
      • silence beeps after [ x ] lines
        • and resume beeps after [ x ] seconds of inactivity

I'm not sure if this should be a global setting (or per-file setting) or contained within "highlighting and action triggers". If it was the former, I wouldn't need to edited all my action triggers for each highlight. I guess this could also be a plugin. Not sure the best way to implement. Anyone have any ideas or something else that does this to get some inspiration from?

@Hirogen Hirogen added enhancement this will make things better Feature what a great idea labels Nov 11, 2021
@Hirogen
Copy link
Collaborator

Hirogen commented Nov 11, 2021

I think this should be a "highlighting and action trigger" feature, since you may only want to have a beep if certain conditions are met.

beeping on a new line would be a very bad idea

@scottcopus
Copy link
Author

I think this should be a "highlighting and action trigger" feature, since you may only want to have a beep if certain conditions are met.

beeping on a new line would be a very bad idea

Hence the reason for customization to maybe do things like beep back off logic. It's definitely not for everyone. But this could probably be done with the ProcessLauncher plugin or I could try to write my own plugin.

@Hirogen
Copy link
Collaborator

Hirogen commented Nov 14, 2021

I don't think it's necessary to write a plugin for that, probably easier to just extend the highlight functionality. But it needs to be evaluated!

@Hirogen Hirogen added this to the Release 1.9.0 milestone Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement this will make things better Feature what a great idea
Projects
None yet
Development

No branches or pull requests

2 participants