From 094846c15f4148c166ac297e26a1248bab0ab5c7 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 22 May 2026 20:06:56 +0200 Subject: add views, expand api, add windows opening thing override --- open_linux.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 open_linux.go (limited to 'open_linux.go') diff --git a/open_linux.go b/open_linux.go new file mode 100644 index 0000000..985a753 --- /dev/null +++ b/open_linux.go @@ -0,0 +1,3 @@ +package main + +const opener = "xdg-open" -- cgit v1.3.1