Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
You can’t trust things you copy and paste from web pages (sophos.com)
6 points by belter on May 22, 2022 | hide | past | favorite | 1 comment


Surely we can easily fix this with a script that pops up a notification whenever the clipboard changes? I found a thing called clipnotify[0], it would let you do something like:

    while clipnotify; do
        notify-send "$(xclip -selection c -o)"
    done
[0]: https://github.com/cdown/clipnotify




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: