open-with
Open a file in a suitable external program
$ area51 add open-withCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(open-with:some-function ...)Open a file in a suitable external program
$ area51 add open-withCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(open-with:some-function ...)