install man page in ~/.wmii-3.5, added 'man' action to launch it
[wmiirc-lua.git] / TODO
blobdd59624ab2f0578c21729092c8b87d68b54f8171
1 If you have any suggests I am happy to add them to the list.
3 for 0.2 release
4     - bundled plugins
5         - 'browser'
6             - wmii.setconf("browser", "firefox")
7             - 'browser' and 'google' actions to go to a browser
8             - cheat and use xclip
9         - 'messages'
10             - reserve 000 prefix for events plugin
11             - should take up all the space between /lbar and rest of /rbar
12             - will handle 'Message' events and display text there
13             - support #color #color #color prefix
15 for 0.3 release
16     - core
17         - rewrite timer handling using select loop and coroutines 
18           and a subprocess to do iread() ... see doc/event-loop
19         - support for "raw mode" like win-space in wmii+ruby
20         - add wmii.load_plugin("name") which works harder to locate a
21           plugin file
22         - resize windows/columns with Mod1-[+-] or Mod1-Ctrl-[hjkl]
23         - action and program history (bring up the last X choices in
24           alt-a and alt-p)
26     - bundled plugins
27         - mpd: controls / volume
28         - acpi: battery life / thermal
29         - cpufreq: cpu freq / governor
30         - whereami: wireless / controls
31         - history: 
32             - Mod1-[oi] to provide window history
33             - Mod4-[oi] to provide workspace history (vim inspired)
35 future
36     - core
37         - bundle xclipboard functionality (add a core/x11.so)
38         - make wmii.load_plugin() support multiple api versions
40     - bundled plugins
41         - 'session_manager'
42             - remember where windows are, and restart the "session" as
43               it was before
44             - global and per-view
49 vim: set ts=8 et sw=8 tw=72