Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Task App

cli-task-app

Simple database setup using sqlite3

Enter sqlite3 with while creating your sqlite file for example. sqlite3 db.sqlite

create TABLE tasks(
    id INTEGER PRIMARY KEY,
    description TEXT NOT NULL
);

Console Commands

Commands are as follows these can by found by running ./tasks list

  add       Add a new task
  complete  Complete a task by its id
  help      Displays help for a command
  list      Lists commands
  show      Show all tasks

After adding or completing a task, the task list will be re-listed.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages