You are not logged in.
Hey everyone,
I'm going through the hardest year of my engineering degree and needed a tool to keep all of my assignments and due dates in order. Because of that, I decided to write a bash script that utilized awk, sed, and core utils. In the end, the script will write to a text file that can be displayed easily within applications such as conky. So in other words, I had conky in mind when writing this.
Anyway, I figured others could benefit from a simple todo manager geared towards school assignments.
Feedback is welcome! Keep in mind that this was written as a learning exercise and for the need.
Thanks!
Code:
http://paste.pocoo.org/show/491333/
Screenshot:
http://i.imgur.com/LBhQg.jpg
Last edited by r4 (2011-10-12 02:31:00)
Offline
Hey everyone,
I'm going through the hardest year of my engineering degree and needed a tool to keep all of my assignments and due dates in order. Because of that, I decided to write a bash script that utilized awk, sed, and core utils. In the end, the script will write to a text file that can be displayed easily within applications such as conky. So in other words, I had conky in mind when writing this.
Anyway, I figured others could benefit from a simple todo manager geared towards school assignments.
Feedback is welcome! Keep in mind that this was written as a learning exercise and for the need.
Thanks!
Code:
http://paste.pocoo.org/show/491333/Screenshot:
http://i.imgur.com/LBhQg.jpg
After I get done with this next Calculus 2 test, ill take a look. It appears im headed for the same Electrical Engineering degree you are- im guessing its pretty brutal. Thanks for the tool..
Offline
Cool
Offline