Skip to content

A simple command line utility to make ranked to do lists with custom tags.

License

Notifications You must be signed in to change notification settings

Claydough6/priority-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

priority-list

A simple command line utility to make ranked to do lists with custom tags.

File Structure

main.cpp:

Used to implement the other methods and run the application loop.

parse.h, parse.cpp:

Implements parsing of user commands and delegating tasks. Also implements funcitons like adding, printing, removing, etc.

task.h, task.cpp:

Implements the Task class to hold representation of a task for use.

Task has...

  • name
  • description (not yet in use)
  • priority
  • tag list

About

A simple command line utility to make ranked to do lists with custom tags.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages