Created
June 17, 2021 04:49
-
-
Save matheusfillipe/79e7a35ee043aa3c391ea0c44176b87a to your computer and use it in GitHub Desktop.
xcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| desc=$(rofi -dmenu -p Description) | |
| [ -z "$desc" ] && wgetpaste -s $service -l $lang -x -X -C --verbose || wgetpaste -s $service -l $lang -d "$desc" -x -X -C --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment