We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
fwiw, you can pipe command output in click, e.g.
click
for my custom tailscale widget, i have the click action set to
ip=$(tailscale ip --4 2>/dev/null) && echo "$ip" | xsel --clipboard && notify-send "Copied ${ip}"
which copy my tailscale ip to the clipboard using xsel, and send a desktop notification using notify-send
Sorry, something went wrong.
@davidosomething, yes. Good idea, but how to be, when i need to copy random parts/string from text?
grep to match the pattern and pipe the grep results, you can find grep commands for matching urls on stackoverflow for instance
Suggested implementation in PR #48
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: