bopher-ng

A better Gopher client in pure Bash
git clone git://git.luxferre.top/bopher-ng.git
Log | Files | Refs | README | LICENSE

commit c0d55ab984d3683f1b145317a52f55b3395af4f1
parent 4d7cfcc6a05a3ca6bcefcf70a5da175336fd90d6
Author: Luxferre <lux@ferre>
Date:   Sat,  1 Apr 2023 09:42:37 +0300

updated readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -90,7 +90,7 @@ This functionality is too OS/environment-specific and thus can't be built **into - for Linux + X11 GUI: `export BOPHER_CLIP='xsel -bi'` - for Linux + Wayland (with `wl-clipboard` package): `export BOPHER_CLIP=wlcopy` - for macOS: `export BOPHER_CLIP=pbcopy` -- for GNU Screen environment (on any OS): `export BOPHER_CLIP='(read -rsd$'\x04' x; screen -X register . "$x")` +- for GNU Screen environment (on any OS): `export BOPHER_CLIP='(read -rsd$'\x04' x; screen -X register . "$x")'` Even then, this functionality isn't guaranteed to work on any system. Please verify by yourselves how your operating environment handles the clipboard and adjust this variable accordingly.