blob: c9df1f93b6671bd56a7707d66217ad6861b1a30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
TODO:
* use history for command completion, too
* use a real shell (like bash) optionally as backend
* Using mate-libs call instead of starting mate-brower via exec?
[suggested by Kevin M Fox <kmfox@mail.bhi-erc.com>]
* using prefixes from control-center [suggested by Kevin M Fox
<kmfox@mail.bhi-erc.com>]
* autodetection of non-X programs
* Using ldd to do this? [suggested by Al Wold
<alwold@inter-web.net>]
* The ability to paste into it like an xterm [drag and drop] would be
nice. [suggested by Brian J. Murrell <brian@interlinx.bc.ca>]
* better filename completion via [tab] [or is it good enough now?]
* make "/bin/sh" changeable [is this really needed?]
* completing documentation
* support of speech recognition ;-)
* Mini-commander as of the .99.3 tar files randomly shrinks itself
very small, > if you pull it off and put it back, it goes to
normal. [Fox, Kevin M <KMFox@mail.bhi-erc.com>] [Well, this is a
feature ;-) which is especially useful for people with a vertical
panel. Perhaps I will make this an option.]
* If I change the timezone of my laptop (as I travel) while
minicommander is running, the time does not get updated to reflect
the new time zone. [by Cengiz Alaettinoglu <cengiz@isi.edu>]
* allow multi-line macros
* allow other scripting languages
* use mate scripting features (eg. guile) for macros
* make handle box appear/disappear immediately
* separately customizable date and time fonts [by Henri Binsztok
<hbbio@bigfoot.com>]
DONE:
* I wish I had to set up the `macros' using regular expressions
instead of just prefixes. It would be *far* more flexible [by
Alejandro Forero Cuervo <bachue@bachue.com>]
* make handle box optional
* working command completion when using a prefix
* storing history
* Searchable command history, or a key/button to bring up a window
with a "clickable" command history, or a pulldown or something like
that. [suggested by Brian J. Murrell <brian@interlinx.bc.ca>]
* storing preferences
* filename completion via tab
* preferences dialog
* enable/disable clock
* configure (one or more) web browsers
* history
* enable launching of non-X programs
* don't store dupes in history
|