shithub: hell

Download patch

ref: d8cc2a99ea090771b634a825858d204092aa3672
parent: 15f1fbeaf9ee6513f32d6cae633fb860137d6cbc
author: penny <penny@limitedideas.org>
date: Thu Oct 2 18:50:27 EDT 2025

attachment prototype

--- a/filehandler.go
+++ b/filehandler.go
@@ -14,6 +14,10 @@
 	"github.com/google/shlex"
 )
 
+func loadAttachment(path string) {
+	path = expandDir(path)
+	fmt.Println(path)
+}
 func openItemInOS(command string, url string) {
 	cmdstring := fmt.Sprintf(command, url)
 	cmdargv, err := shlex.Split(cmdstring)
--