question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cht.sh script dependency on xsel not supported in MacOS

See original GitHub issue

cht.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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
chubincommented, Jul 11, 2018

Thanks to @jporsay for that.

@birdietwin Have you test the C command too? Please test it too if possible

0reactions
chubincommented, Jul 13, 2018

Thank you very much for the test @birdietwin @jporsay good job!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found