• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

i18n/30-Apr-2025-11384

setup/30-Apr-2025-399299

.editorconfigD29-Apr-202555 63

MakefileD29-Apr-2025422 2921

README.mdD29-Apr-2025438 168

go.modD29-Apr-20251.8 KiB4843

go.sumD29-Apr-20258.1 KiB9089

golocal.goD29-Apr-20253.5 KiB151121

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