Open
Description
When you try to use stealth mode on a Mac, the dependency on xsel
is not met:
$ cht.sh --shell python
DEPENDENCY: please install "xsel" for "copy"
type 'help' for the cht.sh shell help
xsel
is not available on MacOS and even if, it wouldn't do what's needed.
Likely it's pbcopy/pbpaste
which should be used instead.