README.md (673B)
sopen
sopen is a suckless alternative to mime-open and other similar tools that
allows for opening many different kinds of files/urls with a single command. It
is written in C and is configured using a C header file, much like other
suckless applications.
Requirements
The only non-standard runtime dependency of sopen is libmagic.
sopen is configured at compile time using the config.h file. The default
configuration is located at config.def.h.
In order to build, you must have make, pkg-config, and some C compiler. Then
build and install using the following commands.
make
make install
Running
See the man page for details.