Skip to content

yoshkin/command-line-tasks-simple-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do list command line php application

This simple application is just example how to use command line with php

  1. Just git clone and change dir to your created folder.
  2. run in terminal:
  • ./tasks.php show - Show active tasks
  • ./tasks.php add 'Some to-do task content' - Add new task to database
  • ./tasks.php complete 1 - Remove completed task from database by it`s ID (in example "1" - is ID of the task)

About

Simple to-do list command line php application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages