Skip to content

Instantly share code, notes, and snippets.

View coddingtonbear's full-sized avatar

Adam Coddington coddingtonbear

View GitHub Profile
@coddingtonbear
coddingtonbear / dontforget.bash
Last active April 21, 2017 17:52 — forked from ttscoff/dontforget.bash
Quick reminders from Terminal (bash); Added support for OSX notifications (instead of using LaunchBar.app).
#!/bin/bash
# dontforget
#
# A stupid script for short term reminders in bash
#
# Arguments just need to contain a number and a bunch of words.
#
# The number can be anywhere in the arguments, but there shouldn't
# be any other numeric digits.
#