A dead-simple file clipboard for your terminal.
go install github.com/pasc4le-labs/pocket@latest
# or using homebrew
brew install pasc4le/tap/pocket# Save file refs to your pocket
pocket foo.txt bar.pdf docs/
# Copy them to the current directory
pocket -r
# Keep the items in the clipboard after releasing
pocket -r -k
# Move them instead
pocket -r -c
# See what's inside
pocket -l
# Remove item #2 from the clipboard
pocket -d 2Licensed under the EUPL v1.2.
See docs/ for detailed usage and technical documentation.