diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:21:28 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:21:28 -0500 |
| commit | cd7be9534f86c46d28d478bf8fa22e6423d474f1 (patch) | |
| tree | 0f656c471cb6c56e49cba686d31d354e29c58b6c /README.md | |
| parent | e41b922e83f2c090578e6ab8d3cee7f1c5b957b7 (diff) | |
change name to discidurl
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# pdiscidurl +# discidurl This program prints the `discid` submission URL to `STDOUT`. _That's it_. @@ -7,5 +7,5 @@ It's a trimmed down version of [libdiscid/examples/discid.c](https://github.com/ When paired with something like `xdg-open`, the submission page of the current disc opens in the preferred browser: ``` sh -pdiscidurl | xargs -r xdg-open +discidurl | xargs -r xdg-open ``` |
