Explorar el Código

~/.bin/capture: take screenshots by selecting the area/window.

and naming them.
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
fb2cb77de3
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .bin/capture

+ 9 - 0
.bin/capture

@ -0,0 +1,9 @@
1
#!/bin/bash
2
3
if [ "$1" = "" ]; then
4
	prefix=""
5
else
6
	prefix="$1-"
7
fi
8
9
scrot -s -e "mv \$f ~/m/pictures/$prefix\$f"