Phase 8: Clipboard Integration
Phase 8: Clipboard Integration
gopass requires clipboard access for gopass show -c to work.
Requirements
| You need BOTH the Termux:API package AND the Android app. |
| Component | How to Install |
|---|---|
|
|
Termux:API Android app |
F-Droid: com.termux.api |
| Without the Android app, clipboard commands hang forever with no error message. |
Use with gopass
# Copy password to clipboard (clears after 45s)
gopass show -c domains/d000/identity/ssh/github
# Manual workaround if -c doesn't work
gopass show domains/d000/identity/ssh/github | head -1 | termux-clipboard-set
| Check | Status |
|---|---|
|
[x] |
Termux:API Android app installed |
[x] |
|
[x] |
|
[x] |