dreamer / scrot

scrot (SCReen shOT) is a simple commandline screen capture utility
Other
231 stars 32 forks source link

allow specifying directory to save into #4

Open fawaf opened 7 years ago

fawaf commented 7 years ago

i.e. allow option to specify what directory to save into.

mro commented 7 years ago

try -e or e.g.

$  scrot "$HOME/Pictures/shot-%Y-%m-%dT%H%M%S.png"
fawaf commented 7 years ago

sorry, i mean to say allow just specifying the directory and let scrot still handle the filename.

mro commented 7 years ago

http://lmgtfy.com/?q=scrot+directory

fawaf commented 7 years ago

sure, but that is running an external command. would be great if scrot supported that natively.

mro commented 7 years ago

no, IMO it wouldn't. It's perfectly fine however for one cmdline tool to leverage another. https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well