Skip to content

Instantly share code, notes, and snippets.

View shriakhilc's full-sized avatar

Shri Akhil Chellapilla shriakhilc

View GitHub Profile
@shriakhilc
shriakhilc / Remind.sh
Last active February 11, 2018 19:47
Linux Quick Reminder
# Add this line to the bottom of your ~/.bashrc (or ~/.bash_profile, as applicable)
# This function can be named anything you like, not just "remind". Normal tab completion will work with this name
remind () {
# Flags and construction:
# urgency (`-u`) is set to critical because both Unity and Gnome ignore the `-t` flag
# and the default pop-up remains for only a short while.
# the `image-path` hint specifies the path to the notification icon, and the `sound-file` to tone.
# current code assumes both files are in the home directory (`~`).
# If no time args were passed runs with `at now`