Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1egoman/qlists
list management plugin
https://github.com/1egoman/qlists
Last synced: about 1 month ago
JSON representation
list management plugin
- Host: GitHub
- URL: https://github.com/1egoman/qlists
- Owner: 1egoman
- License: mit
- Created: 2014-06-07T18:58:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T20:09:39.000Z (over 10 years ago)
- Last Synced: 2024-04-11T13:59:58.132Z (9 months ago)
- Language: Python
- Homepage: http://github.com/1egoman/qparser
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remember me?
===
The basic todo list plugin and a basic example plugin for anyone looking for an example.
Lists are stored in reminders.json inside of the plugins folder.Example:
```
"tell me my grocery list"
-> milk; eggs; chicken"add potatoes to the grocery list"
-> added potatoes"what is on my grocery list"
-> milk; eggs; chicken; potatoes"check off chicken on grocery list"
-> check!"grocery list"
-> milk; eggs; potatoes
```