Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
SO (Simple Open) is a small command line tool to quickly open file depending on their extension.
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 tifThere's a default fallback set to xdg-open.
Then it's as simple as:
so ~/img/hello.jpgopam update
opam install dune ocaml-xdg-basedir
dune build @alldune installSee LICENSE.