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 package

pkg install termux-api

Termux:API Android app

F-Droid: com.termux.api

Without the Android app, clipboard commands hang forever with no error message.

Test Clipboard

echo "test" | termux-clipboard-set
termux-clipboard-get

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

termux-api package installed

[x]

Termux:API Android app installed

[x]

termux-clipboard-set / termux-clipboard-get working

[x]

gopass show -c working

[x]