Skip to content

Releases: smolkaj/ocaml-open

v0.2.2

26 Sep 19:48
Compare
Choose a tag to compare
  • Upgrade to OPAM 2.0 format.
  • Upgrade from jbuilder to dune.

v0.2.1

16 Apr 18:35
Compare
Choose a tag to compare
  • fixed Cygwin support (native Windows still untested)
  • correctly handle paths containing whitespace

v0.2.0

14 Apr 16:58
Compare
Choose a tag to compare
  • Open.in_default_app now returns Boolean indicating if the open command exited normally or abnormally.
  • Experimental support for Windows/Cygwin (untested).
  • Do not propagate errors and warnings of external process to stderr/stdout.

First Release

10 Apr 04:24
Compare
Choose a tag to compare

Provides a function

Open.in_default_app : string -> unit

that takes a file and opens it in the default application associated with the file type.