Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 918 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 918 Bytes

djtodo-cli

djtodo-cli is a cli todo program for linux

Table of Contents

Getting Started

Installation

Install djtodo-cli with pip

  pip3 install djtodo-cli

Usage

$ djtodo add task

Create new task, replace "taks" with real task

$ djtodo list

Print list of tasks

$ djtdo remove number

Remove the specific task, replace "number" with task number

$ djtodo done number

Mark the task as done

$ djtodo search task

Search for specific task, replace task with exisisting task

Authors

License

MIT