dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

screenshot-select (149B)


      1 #!/usr/bin/env bash
      2 
      3 mkdir ~/screenshots
      4 
      5 imagepath=~/screenshots/$(date +%Y-%m-%d-%H-%M-%S).png
      6 maim -s $imagepath -u
      7 echo -n $imagepath | xsel -ib