cvzi/ScreenshotTile

Not issue just Question: scrreenshottile from shell command

Closed this issue · 2 comments

pvdt41 commented

Is it possible to take partial screenshot from command line so I can use it in exposed edge
I tried this

am broadcast -a com.github.cvzi.screenshottile.SCREENSHOT -e secret zz -e partial true com.github.cvzi.screenshottile

this takes screenshot but doesnt do the partial

(zz is my password)

cvzi commented

I think it needs to be --ez because it expects a boolean value.

am broadcast -a com.github.cvzi.screenshottile.SCREENSHOT -e secret zz --ez partial true com.github.cvzi.screenshottile
pvdt41 commented

Yes its working.
Thank you very much cvzi.