Graduated in Digital Media M.Sc. now developing the next generation of educational software. Since a while I develop full stack in Javascript using Meteor. Love fitness and Muay Thai after work.
software engineer 👩💻, technical writer, i posts contents relating to Linux, C programming language, software tools, JavaScript, React e.t.c. 🟢Volunteer Mod and Challenge Judge here on DEV🟢
I think maven, gradle, npm etc. should beep when they finish.
At least optionally.
Please use windows 95 sounds for the success/error sounds
absolutely a bell should be played
weep**
You can write a simple bash script for that
never thought of that, let's put this on the might do list.
Try this in a *nix shell:
tput belOr this if you're on *ubuntu:
If it succeeds, the "success" notification will be sent, else the "error" notification will be sent.
Example:
1 == 1 => success
1 == 2 => error
Thanks man!