boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
458 stars 33 forks source link

Open attachments #174

Open bonfus opened 1 year ago

bonfus commented 1 year ago

It would be nice to open attachments using the same key combination already implemented for urls.

I made a small patch that opens the first attachment with opener::open(path), but I suck at rust and I'm sure this can be implemented much better and with way less code.

Attaching the patch.gz anyway.