You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
694 B
694 B
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's a default fallback set to xdg-open
.
Then it's as simple as:
so ~/img/hello.jpg
Build
opam update
opam install dune ocaml-xdg-basedir
dune build @all
Install
dune install
License
See LICENSE.