Go to file
Jack L. Frost cd53817db7 let the handlers, well, handle this
Signed-off-by: fbt <fbt@fleshless.org>
2022-12-23 14:13:13 +00:00
LICENSE Hmm. The ISC licence looks better 2014-09-26 02:41:28 +04:00
README.md duh 2018-07-29 10:10:08 +03:00
sx-open let the handlers, well, handle this 2022-12-23 14:13:13 +00:00
sx-open.cfg kek 2018-08-01 20:20:59 +03:00

README.md

sx-open

sx-open is an attempt to implement a saner alternative to xdg-open.

Installation

Clone the repo, drop sx-open.cfg into your $HOME/.config and set it up to do what you want. There are no built-in defaults, it's all in the config. As this thing is meant to replace xdg-open, you will probably want to link sx-open into xdg-open somewhere in your $PATH as to override the default one.

Usage

sx-open [-dhv] <uri/file>
Flags:
  -d   Dry run
  -v   Verbose
  -h   Help

Exit codes

  • 1 — action failed
  • 2 — file not found
  • 3 — no handlers found