Quick terminal snippet storage. Save text, retrieve it later with fuzzy search.
curl -fsSL https://github.com/ghraw/aadr1024/tempstore/main/install.sh | bashRequires: fzf (brew install fzf)
# Save
tempstore some text I want to save later
# Retrieve (opens fuzzy picker)
tempstorePicker controls:
Enter- copy to clipboard & exitctrl-d- delete itemTab- multi-select (for large file cleanup)Esc- cancel
- Sorted by most recent
- Preview before selecting
- Auto-detects large files (>100KB) and prompts cleanup
- Copies to clipboard on select
Snippets stored in ~/.tempstore/ as timestamped files.
MIT