Skip to content

Instantly share code, notes, and snippets.

@shalithasuranga
Created March 18, 2022 06:41
Show Gist options
  • Save shalithasuranga/b821d40aa95a45b9017d05c5fde64c1c to your computer and use it in GitHub Desktop.
Save shalithasuranga/b821d40aa95a45b9017d05c5fde64c1c to your computer and use it in GitHub Desktop.
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment