Skip to content

8981/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList.CLI

Console app created in C#

All todo tasks stored locally in a file between runs.

Usage

    Usage
        Options
            Add [item]      Add a item to the todo application
            Do #[number]    Complete a given item
            Print           Print all todo items
            Help            Show all possible options
            Exit            Exit the command line application
        
        Examples:
        >Add Just Do It
        #1 Just Do It
        >Add Add changes to git
        #2 Add changes to git
        >Print
        #1 Just Do It
        #2 Add changes to git
        >Do #1
        Completed #1 Just Do It

Options

Add

Add item to the todo.

Do

Complete given item.

Print

Print all todo items that are saved.

Help

Show all possible options

Exit

Exit the command line application. All items are stored in a file till next time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages