descriptionOpen files using predefined programs.
ownercac@ua.pt
last changeFri, 26 Feb 2010 16:36:03 +0000 (26 16:36 +0000)
content tags
add:
README
This program opens a file with some configured program.

The program is chosen based on the filetype as reported by the magic library,
with MAGIC_NONE as open flags.

The used program for some filetype is configured in the file config.h (just look
at it and you will understand) and depends on the requested action.

The possible actions are (e)dit and (v)iew.

To create new associations use the output of file, without flags, as filetype.
Give the full path to the program you chose.
shortlog
2010-02-26 Cristóvão CruzLong time no see.master
2010-01-24 André PrataAdded regular expressions support. A substring match... prata
2010-01-20 Cristóvão CruzCheck existence of requested file. TODO updated. README...
2010-01-20 Cristóvão CruzCode refactored. Action choosing based on flag.
2010-01-20 Cristóvão CruzMakefile altered. Used the one from dwm as base.
2010-01-20 Cristóvão CruzInitial commit.
heads
14 years ago master
14 years ago prata