pocket – A dead-simple file clipboard for your terminal
Pocket is a simple file clipboard tool designed for terminal use. It allows users to save file references, copy or move them to the current directory, and manage the clipboard contents. The tool is licensed under the EUPL v1.2 and provides detailed usage documentation.
- ▪Pocket can be installed using the command 'go install github.com/pasc4le-ai-sandbox/pocket@latest'.
- ▪Users can save file references with the command 'pocket foo.txt bar.pdf docs/'.
- ▪The tool allows users to copy, move, list, and delete items from the clipboard.
Opening excerpt (first ~120 words) tap to expand
pocket A dead-simple file clipboard for your terminal. Install go install github.com/pasc4le-ai-sandbox/pocket@latest Usage # Save file refs to your pocket pocket foo.txt bar.pdf docs/ # Copy them to the current directory pocket -r # Move them instead pocket -r -c # See what's inside pocket -l # Remove item #2 from the clipboard pocket -d 2 Licensed under the EUPL v1.2. See docs/ for detailed usage and technical documentation.
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.