sopen

Suckless mimeopen alternative
git clone git://pollux.codes/git/sopen.git
Log | Files | Refs | README | LICENSE

sopen.1 (605B)


      1 .TH "sopen" 1
      2 .SH "NAME"
      3 sopen \- A suckless resources opener
      4 .SH "SYNOPSIS"
      5 .B sopen [-h] [-V] [-d] <url/file>
      6 .SH "DESCRIPTION"
      7 sopen is a minimal resource opener, like mime-open, that matches compile-time
      8 configured regular expressions against the url or file path provided and runs
      9 the desired program with the same url or path.
     10 .SH "OPTIONS"
     11 .TP
     12 .B \-d
     13 dry run (print command that would have been executed, but don't execute).
     14 .TP
     15 .B \-h
     16 print usage information to stdout, then exit.
     17 .TP
     18 .B \-V
     19 print version information to stdout, then exit.
     20 .SH "AUTHORS"
     21 sopen was written by Joseph "Pollux" Hand.