Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort

A small dark-mode, local-first to-do list with automatic categorization.

Run

python3 -m http.server 4173 --directory todo-agent-app

Open http://127.0.0.1:4173.

Categorization

Tasks are sorted into Today, Upcoming, Waiting, Someday, or Inbox using timing and intent phrases. Every result is editable from the category menu.

For a model or agent integration, define window.taskClassifier(title, categories) before app.js runs. It should synchronously return one of the supplied category names. The built-in local classifier remains the fallback.

State is stored only in the browser under the versioned key sort.todo.state.v1.

About

A local-first dark-mode to-do list with automatic categorization.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages