documentation for new client modes
[wmiirc-lua.git] / TODO
blob7075f5981c6307e8677a4d500aba60c280b58e55
1 If you have any suggests I am happy to add them to the list.
3 for 0.2 release
4     - core
5         - version number in the files
6         - 'make release' target
8     - bugs
9         - Mod1-a wmiirc will fail if you don't have ~/.wmii-3.5/wmiirc;
10           it should also look in system files
12 for 0.3 release
13     - core
14         - resize windows/columns with Mod1-[+-] or Mod1-Ctrl-[hjkl]
15         - action and program history (bring up the last X choices in
16           Mod1-a and Mod1-p)
18     - bundled plugins
19         - mpd: controls / volume
20         - acpi: battery life / thermal
21         - cpufreq: cpu freq / governor
22         - whereami: wireless / controls
23         - history: 
24             - Mod1-[oi] to provide window history
25             - Mod4-[oi] to provide workspace history (vim inspired)
27 future
28     - core
29         - bundle xclipboard functionality (add a core/x11.so)
30         - make wmii.load_plugin() support multiple api versions
32         - Mod1-; will display a "execute lua code here" command line
33           - it would be nice if it tab completed
35         - tags starting with '@' are reserved for internal use and don't
36           display on /lbar
37         - Mod1-[ and Mod1-] to push/pop windows off a stack in a hidden
38           tag @stack
40         - figure out a better way for wmiirc to remap function in
41           wmii.lua;
42           - an option would be to give each function a name (be it an
43             event, key-binding, or action) and make them usable from
44             either so people could bind a function ring_my_bell() to an
45             event, key, or action.  Maybe...
46                 wmii.bind_event ("ring", wmii.h_ring_my_bell)
47                 wmii.bind_key ("Alt-r", wmii.h_ring_my_bell)
48                 wmii.bind_action ("ring", wmii.h_ring_my_bell)
49             it should really make no difference how the action was
50             invoked.  We could let the handler function know *how* with
51             a parameter that wmii.lua passes to it.
53         - improve logging
54           - use file in ~/.wmii-3.5/ like wmii+ruby
56     - bundled plugins
57         - 'session_manager'
58             - remember where windows are, and restart the "session" as
59               it was before
60             - global and per-view
62         - 'messages'
63             - add action or hot-key to copy last message to xclipboard
65         - 'groups'
66             - grouping multiple windows (maybe a tag prefix, and use the
67               existing tag idea)
68               - group individually,
69               - group all in a view,
70               - group all visible
71             - sending input to all windows in that group
72             - would be useful for a cluster, etc.
74 vim: set ts=8 et sw=8 tw=72