You are not logged in.

#1 2011-10-11 20:00:54

r4
Member
Registered: 2009-10-20
Posts: 19

skwldo - A todo list geared towards managing assignments

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

#2 2011-10-14 20:50:01

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: skwldo - A todo list geared towards managing assignments

r4 wrote:

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

#3 2011-10-25 18:51:27

r4
Member
Registered: 2009-10-20
Posts: 19

Re: skwldo - A todo list geared towards managing assignments

Cool smile

Offline

Board footer

Powered by FluxBB