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.
|
3 days ago | |
---|---|---|
src | 3 days ago | |
.gitignore | 2 months ago | |
README.md | 2 weeks ago | |
exec.prs | 3 days ago | |
protocol.prs | 2 months ago | |
uri_runner.pr | 3 days ago | |
xdg_open_ng.nimble | 3 days ago |
README.md
xdg-open-ng
An xdg-open
replacement that uses Syndicate and PCRE pattern matching to open URIs.
There are two utilites, xdg-open
and uri_runner
. The former connects to a shared Syndicate dataspace via a UNIX socket at $SYNDICATE_SOCK
otherwise $XDG_RUNTIME_DIR/dataspace
and as has no other configuration. The uri_runner
component is intended to be managed by the Syndicate server thru which it receives configuration, see uri_runner.pr as an example.
The protocol.nim file is generated from the protocol.prs schema, a Tupfile file is provided to do this.
TODO
- Fallback commands?