logo

pocket – A dead-simple file clipboard for your terminal

Posted by pasc4le |4 hours ago |1 comments

pasc4le 4 hours ago

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.

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.