cht.sh script dependency on xsel not supported in MacOS
See original GitHub issuecht.sh shell script on MacOS High Sierra (sorry no access older revs) throws message:
$ cht.sh --shell go
DEPENDENCY: please install "xsel" for "copy"
type 'help' for the cht.sh shell help
Suggest support pbcopy in place of xsel for MacOS
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (3 by maintainers)
Top Results From Across the Web
[CLI] stealth mode not compatible with MacOS #109 - GitHub
When you try to use stealth mode on a Mac, the dependency on xsel is not met: $ cht.sh --shell python DEPENDENCY: please...
Read more >cheat.sh/:cht.sh
EOF return fi local _exit_code=0 local dependencies=(python git virtualenv) for dep in "${dependencies[@]}"; do command -v "$dep" >/dev/null || \ { echo ...
Read more >Nixpkgs 22.11 manual - NixOS
Nix expressions describe how to build packages from source and are collected in the nixpkgs repository. Also included in the collection are Nix...
Read more >Is there a clipboard on non-GUI Ubuntu / Linux systems? Can I ...
I'm going into this a little blind having not used the pasteboard in command-line linux before. Can someone help me understand a little...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks to @jporsay for that.
@birdietwin Have you test the
C
command too? Please test it too if possibleThank you very much for the test @birdietwin @jporsay good job!