Skip to content

Instead of a todo list, this is a todo stack—to improving multi-tasking of small daily tasks. Built on backbone.js

Notifications You must be signed in to change notification settings

gyedo/todo-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//TODO Stack

Instead of a TODO list, this is a TODO stack. It is intended for multi-tasking during the work day, and keeping track of the stack of things that you're working on as more and more interruptions keep happening.

It is built using backbone.js and runs completely client-side using local storage. Add as many tasks as you like, and as you complete tasks, they wil drop down below the folder into the task bin.

Try it out: http://mrcoles.com/todo/

Keyboard shortcuts

  • a - add new task
  • j - select next task
  • k - select previous task
  • e - edit selected task
  • # - mark task ask completed
  • ? - view the keyboard shortcuts

About

Instead of a todo list, this is a todo stack—to improving multi-tasking of small daily tasks. Built on backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • CSS 7.4%
  • HTML 4.7%
  • Shell 0.2%