dotfiles/.local/bin/tools/copyfilepath

4 lines
96 B
Plaintext
Raw Normal View History

2024-08-18 21:13:58 +02:00
#!/bin/sh
printf %s "$*" | xclip -selection clipboard &&
notify-send "Copied to clipboard: $*"