Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
i18n/ | 30-Apr-2025 | - | 113 | 84 | ||
setup/ | 30-Apr-2025 | - | 399 | 299 | ||
.editorconfig | D | 29-Apr-2025 | 55 | 6 | 3 | |
Makefile | D | 29-Apr-2025 | 422 | 29 | 21 | |
README.md | D | 29-Apr-2025 | 438 | 16 | 8 | |
go.mod | D | 29-Apr-2025 | 1.8 KiB | 48 | 43 | |
go.sum | D | 29-Apr-2025 | 8.1 KiB | 90 | 89 | |
golocal.go | D | 29-Apr-2025 | 3.5 KiB | 151 | 121 |
README.md
1# golocal - cross platform protocol handler 2 3## use 4 5Running it without any arguments starts it in GUI mode, giving options to install or remove the protocol handler. 6 7It registers a handler for `golocal://` - everything after is passed to `xdg-open` on Linux and `cmd \C start` on Windows. 8 9## build 10 11Additional build dependencies on ArchLinux (next to go, gcc, make, etc) 12 13 * mingw-w64-gcc 14 15For building a `make all` should be enough. 16