Closed lostleonardo closed 3 years ago
I guess you should add bind_yank_page_uri
and bind_yank_target_uri
under https://github.com/makeworld-the-better-one/amfora/blob/fe35f45e8c337c8feb6fb21fd0abf7a744995dc8/config/default.go#L160
Otherwise ~/.config/amfora/config.toml
won't have these options in default config.
Thanks @singalhimanshu. Now added.
Looks great! I tested and it all works fine. Thanks!
Many thanks for the excellent support regarding where to make the changes - and for developing a code base that allowed me to get something working with so little difficulty. :-)
I used the following clipboard library https://pkg.go.dev/github.com/atotto/clipboard?utm_source=godoc ... I don't think it needs cgo, although it does depend on xsel or xclip (and their equivalents on Windows and Mac OS). Hopefully that fits with what you were thinking.
Issue #220