top | item 41837959

(no title)

z991 | 1 year ago

Wow that is also very cool. For those wondering, this is what it looks like:

  $ sudo apt install slop
  $ slop
       <selects an area on screen>
  1719x1403+1080+277

discuss

order

machinestops|1 year ago

Putting the two together is easy too:

$ clipscreen $(slop -F "%x %y %w %h")

NB. The lack of quotes around $() enables wordsplitting to occur.

Narishma|1 year ago

I think you got the size and position switched.

samwhiteUK|1 year ago

Or

$ clipscreen $(slop | tr -s "+x" " ")