Skip to content

A simple command-line application for managing a task list

License

Notifications You must be signed in to change notification settings

Bebrowskiy/todo-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console version of Todo

image

Todo App

A simple command-line application for managing a task list. It uses basic python libraries, so you shouldn't have any problems installing it.

Usage

The interaction takes place by entering commands into the console.

todo <command> [arguments]
Commands:
    add <task>        Add a new task
    list              List all tasks
    remove <task_id>  Remove a task by its ID

Installation

Install the repository.

git clone https://github.com/Bebrowskiy/todo-console.git

Go to the root directory of the project and install the project in developer mode.

cd todo-console/
pip install -e .

About

A simple command-line application for managing a task list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages