-
Notifications
You must be signed in to change notification settings - Fork 13
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
Notify only if a command takes more than a configured amount of time #5
Comments
This is already configured. Although it's not exactly parameterised in the shell file. P.S: Relevant line in .sh Relevant line in .fish
fish
This is a max 2 minute fix. But I would rather let someone else do it, since it's Hacktoberfest. |
@kaustubhhiware I see. If I understand it right, there's no central config store right now. I would be interested in three configurable options:
Would you be interested in these options? I will take a stab at implementing these, if you are. (I have wanted this for a while now, and all the solutions need you to put the command before running it. That's honestly annoying) |
I pretty much agree with the options you've suggested. I'm hopeful someone new to open source contributes, else you or I can do this in an hour or so. |
Ah, I just saw this. I was delving into the code, and I fixed it. Have a look! |
Close in favor of #6 |
Fish script to be updated. |
Some commands are long running (like
npm install
orwget -R
) and those are the only ones I would be interested in notifications for. Would you be interested in adding something like this to this package?The text was updated successfully, but these errors were encountered: