Very Useful Ubuntu Reminder Alias
Add
1 | alias remind='echo "notify-send Reminder" | at $1' |
to your .bashrc, then:
1 | remind 21:32
|
and you'll get a notification at that time. Very useful for setting time limits on tasks.
2013-02-20
Add
1 | alias remind='echo "notify-send Reminder" | at $1' |
to your .bashrc, then:
1 | remind 21:32
|
and you'll get a notification at that time. Very useful for setting time limits on tasks.
2013-02-20