Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
thecatfix
1 month agoDedicated Contributor
Amazing Command Line Workflow
This is my last post due to this janky editor. I had this in a nice format to read but due to the errors and time wasted its plain text
I spend most of my time in the terminal and struggle wit...
thecatfix
1 month agoDedicated Contributor
That is final version that adds
1. Copy mode (-c or --copy) - Copies selected field to clipboard
opsearch --copy # Interactive copy
opsearch --copy github # Search + copy
2. Quick lookup - Pass a query to filter items opsearch aws # Shows only items with "aws" in title
3. Cross-platform clipboard support - Works on macOS (pbcopy), Linux X11 (xclip), and Wayland (wl-copy)
4. Better UI - Clearer headers showing vault/item name
Added openv helper to ~/.config/zsh/alias.zsh:
openv "API Keys" npm run deploy # Load secrets and run command
Usage examples:
opsearch # Full interactive mode
opsearch aws # Filter for AWS items
opsearch -c # Copy mode (pick item → pick field → copied!)
opsearch --copy github # Find github item, select field, auto-copy