-
Notifications
You must be signed in to change notification settings - Fork 0
adel-qod/s-todo-list
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a simple, light weight to-do list to be used from a shell interface NAME: s-todo-list stands for SHELL TO DO LIST It allows the insertion, completion and listing of tasks. Tasks should have two attributes, importance and urgency. Importance can take two values: Important or not Urgency can take two values: urgent or not The code is a straight-forward, scripting style code with no complex objects The code as it currently stands needs some cleaning to make it more usable We've got the following functions: printOptionsList: prints the main menu of the program clear: clears the terminal screen and returns the cursor to the up-left corner add: adds a new task listTasks: Lists the tasks the user has finish: marks a task as completed and removes it from the list then there's a section, I am marketing it with a comment as the main. It basically clears the terminal, prints the user info and and then promts the user for input and handles it accordingly Email: [email protected] NOTE: SOURCE CODE IS UNDER THE BSD-2 LICENSE
About
A command line simple to-do list that is light-weight and useful
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published