@artale/pi-todo

Persistent todo list for Pi. Track tasks across sessions with priorities, tags, and due dates.

Package details

extension

Install @artale/pi-todo from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-todo
Package
@artale/pi-todo
Version
1.0.0
Published
Mar 14, 2026
Downloads
37/mo · 4/wk
Author
artale
License
MIT
Types
extension
Size
5.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-todo

Persistent todo list for Pi. Track tasks across sessions with priorities and tags.

Install

pi install npm:@artale/pi-todo

Commands

/todo add <text> [--pri high|med|low] [--tag <t>]
/todo list [--tag <t>] [--pri <p>]
/todo done <id>
/todo rm <id>
/todo clear

License

MIT