exec
Version 0.0.3
By Kenneth R. Kinder (Ken@KenAndTed.com)
Offical Webpage: http://www.KenAndTed.com/software/exec
exec is distributed under the terms described in the GNU General Public License.
[ Overview | File | Attaching exec to fvwm | Helping the Author ]
Overview
exec is a program designed to allow quick and easy access for running simple
command lines. For example, let's say you wanted to start Netscape, but
didn't have it on your window manager's menu. Just run exec, and type
netscape in the text box, press enter, and valla! One of the nice things
about exec is that it doesn't stay a process after you run a program.
File
exec provides a button called File that launches a simple file browser. From
there, you can select any file and its path will be put in the text box.
Attaching exec to fvwm
What makes exec really useful is a quick key binding with your window manager,
so you can run it at the flash of a key stroke. Just put the following in your
fvwm/fvwm95 rc file...
Key F2 A M Exec /usr/bin/exec
Replace F2 with whatever key you want to use; see
/usr/include/X11/keysymdef.h for a list of keys. M is where the
modifiers go. M, for example is meta. You could also have SCM (shift, ctrl,
meta). At last, chang /usr/bin/exec with the location of the exec
binary.
Helping the Author
exec was programmed due to my need of such a program. But, being the nice kind
of guy I am, I've given it all to you as freeware! Soon, I'm going to start a
new GPL project, but I need your help. To me, software development and caffeine
have the same meaning. Send me your soda, and I'll be programming software
for the free software community. Hec, that's a hell of alot better than
paying $X for registration, isn't it? Yup... Well, I like these flavors of
soda:
- Josta
- Jolt
- Mountain Dew
- Pepsi
- Dr Pepper
- Sunkist
All of which have caffeine, of course. Pick up a 12 pack, some bottles or
something (no diet) and send it to.
Kenneth R. Kinder Soda Fund
208 Centennial Dr.
Louisville, CO 80027-1204 USA
Thanks alot, and may soda live on as the way to program!
By Kenneth R. Kinder, Augest 14, 1997
Ken@KenAndTed.com