I kept finding myself running the same pattern: collect files from different places, then copy/move them all to one directory in one shot. pocket is the tiniest possible tool for that.
It's a single Go binary (~4 MB). State lives in ~/.pocketrc (a JSON array of absolute paths). No daemon, no config. Licensed EUPL v1.2.
pasc4le•1h ago
It's a single Go binary (~4 MB). State lives in ~/.pocketrc (a JSON array of absolute paths). No daemon, no config. Licensed EUPL v1.2.
Repo: https://github.com/pasc4le-ai-sandbox/pocket
Built it for myself. Works across shells, works with globs, works with directories. I hope it could be useful to someone else aswell.