README notes the IRC channel
[wmiirc-lua.git] / TODO
blob57f68fbc426eebc1d8e879cd1a9094e58157e08f
1 If you have any suggests I am happy to add them to the list.
3 for 0.2 release
4     - core
5         - document bundled plugins
6         - version number in the files
7         - 'make release' target
9 for 0.3 release
10     - core
11         - rewrite timer handling using select loop and coroutines 
12           and a subprocess to do iread() ... see doc/event-loop
13         - support for "raw mode" like win-space in wmii+ruby
14         - add wmii.load_plugin("name") which works harder to locate a
15           plugin file
16         - resize windows/columns with Mod1-[+-] or Mod1-Ctrl-[hjkl]
17         - action and program history (bring up the last X choices in
18           alt-a and alt-p)
20     - bundled plugins
21         - mpd: controls / volume
22         - acpi: battery life / thermal
23         - cpufreq: cpu freq / governor
24         - whereami: wireless / controls
25         - history: 
26             - Mod1-[oi] to provide window history
27             - Mod4-[oi] to provide workspace history (vim inspired)
29 future
30     - core
31         - bundle xclipboard functionality (add a core/x11.so)
32         - make wmii.load_plugin() support multiple api versions
34     - bundled plugins
35         - 'session_manager'
36             - remember where windows are, and restart the "session" as
37               it was before
38             - global and per-view
43 vim: set ts=8 et sw=8 tw=72