SO
SO (Simple Open) is a small command line tool to quickly open file depending on their extension.
Usage
You should have a configuration file in ${XDG_CONFIG_HOME}/so/config
. It maps extensions to programs and should look like this:
mpv : mp4 avi
firefox : html
evince : pdf
eog : jpg png gif tif
There is a default fallback set to xdg-open
.
Then it is as simple as:
$ so ~/img/hello.jpg
Build
$ opam update
$ opam install dune prelude directories
$ dune build @install
Install
dune install
License
See LICENSE.
Description
Languages
OCaml
78.7%
Dune
21.3%