Hacker News new | ask | show | jobs
by thraxil 1921 days ago
Same. I have a tiny script with:

    #!/bin/bash
    FILENAME="screenshot-`date +%F-%H%M%S`"
    grim -g "$(slurp)" ~/screenshots/$FILENAME.png

Hit one key, select the region to screenshot and I have a file in that directory with a very predictable filename.