From 6b7791ccf8195247649914a7ce3cbda9bbcdaf06 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 2 Jul 2026 17:09:42 -0400 Subject: chore(pocketbook)!: remove the in-tree pocketbook package Craig's finish-or-cancel checkpoint resolved to remove: the app left daily use in May and the org-capture popup covers quick notes. The pip install, launcher, and Super+P bind went with it (dotfiles a750cb4); the three pocketbook tasks are closed. --- pocketbook/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pocketbook/Makefile (limited to 'pocketbook/Makefile') diff --git a/pocketbook/Makefile b/pocketbook/Makefile deleted file mode 100644 index f09dbbb..0000000 --- a/pocketbook/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -.PHONY: test lint install uninstall clean - -test: - python -m pytest tests/ -v - -lint: - python -m ruff check src/ tests/ - -install: - pip install --user -e . - -uninstall: - pip uninstall -y quicknotes - -clean: - rm -rf build/ dist/ src/*.egg-info -- cgit v1.2.3