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_windows.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 open_windows.go (limited to 'open_windows.go') diff --git a/open_windows.go b/open_windows.go new file mode 100644 index 0000000..155a9a5 --- /dev/null +++ b/open_windows.go @@ -0,0 +1,3 @@ +package main + +const opener = "explorer" -- cgit v1.3.1