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.

[CLI] stealth mode not compatible with MacOS

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
chubincommented, Sep 30, 2018

@weakcamel Thank you very much for reporting. Unfortunately, I don’t have a Mac OS X installation at hand. Could you please help me and test my fix, after I do it?

0reactions
chubincommented, Apr 18, 2022

If I understand it right, the problem is that on Mac OS X the text is not autocopied into the buffer. There are several tools that you can use for it, e.g. macpaste.

More details:

https://apple.stackexchange.com/questions/21595/

Also, you can just explicitly press Mac-c when selecting the text

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is the stealth mode of the macOS firewall… - Apple Community
The "Enable stealth mode" means the Mac will not respond to anonymous ping requests. That's OK, but not that impressive from a security ......
Read more >
How to Enable Stealth Mode on Mac OS Firewall for Added ...
So after a lot of requests from our users here is a guide about How to Enable Stealth Mode in Mac OS X...
Read more >
How to Enable Stealth Mode in Mac OS X Firewall for Added ...
The Mac is now in stealth mode, meaning it will not respond to certain types of common network communication and discovery attempts. If...
Read more >
Installing AWS CLI on Apple silicon - DEV Community ‍ ‍
Command line – Current user. Rosetta. The sad news is that all of these methods use the same macOS pkg file. This installer...
Read more >
Unlock the macOS Dock's Hidden Secrets in Terminal - Intego
To change this back to macOS defaults, replace yes with no in the command. Alter the Dock's appearance. There are a few Terminal...
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