fixed up comment for iread()
[wmiirc-lua.git] / TODO
blob26de49fb6bd1461852b394753bb41bb7f3b3b358
1 If you have any suggests I am happy to add them to the list.
3 for 0.2 release
4     - core
5         - add api to register/unregister actions/keybindings/events
6         - execute all handlers in pcall() to catch exceptions
7         - add plugin api version check ... see doc/plugin-api
8         - install the wmii.3lua man page in ~/.wmii-3.5
9         - 'man' action that will launch an xterm displaying wmii.3lua page
11     - bundled plugins
12         - 'browser' and 'google' actions to go to a browser
14 for 0.3 release
15     - core
16         - rewrite timer handling using select loop and coroutines 
17           and a subprocess to do iread() ... see doc/event-loop
18         - support for "raw mode" like win-space in wmii+ruby
19         - add wmii.load_plugin("name") which works harder to locate a
20           plugin file
22     - bundled plugins
23         - mpd: controls / volume
24         - acpi: battery life / thermal
25         - cpufreq: cpu freq / governor
26         - whereami: wireless / controls
28 future
29     - core
30         -
32     - bundled plugins
33         - 
39 vim: set ts=8 et sw=8 tw=72