feat(tui): paste images and pdfs

This commit is contained in:
adamdottv
2025-07-08 08:08:53 -05:00
parent 23327b47e6
commit 162497783b
16 changed files with 182 additions and 409 deletions
+4 -1
View File
@@ -5,4 +5,7 @@ set -e
cd "$(dirname "$0")/.."
echo "==> Running Go build"
go build ./...
go build .
# Compile the tests but don't run them
go test -c .