Joined January 2012
·

Arnaud ASSAD

Senior Developer at Jaguar Network
·
France
·
·
·

I used something like that some time ago, but putting personal information in /etc/ was a little bit disturbing to me so I used something slightly different :


# Add to your .bashrc (or .whateveryourshellrc)
export reminderfile="$HOME/.focus.txt"
if [ -s "$reminder
file" ] ; then
cat "$reminder_file"
fi
</pre>
I planned to get things automatically added in the file, but never took time to do it (for exemple fullsystem notification, important mail reception...)

I now tend to use it more on "focus" idea than on ever changing tasks...
("Take periodic rest", "don't check mail too often", "Finish XXX project !"...)

Achievements
120 Karma
3,538 Total ProTip Views