An open API service indexing awesome lists of open source software.

https://github.com/vlazic/screen-selfie

Bash script that takes screenshoots in regular intervals
https://github.com/vlazic/screen-selfie

bash cron screenshot scrot

Last synced: about 2 months ago
JSON representation

Bash script that takes screenshoots in regular intervals

Awesome Lists containing this project

README

          

# Screen Selfie

Bash script that takes screenshoots in regular intervals

## Installation

```bash
cd ~
wget https://raw.githubusercontent.com/vlazic/screen-selfie/master/screen-selfie.sh
chmod +x screen-selfie.sh
./screen-selfie.sh
# check if everything works with:
sh -c 'XAUTHORITY=~/.Xauthority DISPLAY=:0 ~/screen-selfie.sh'
ls ~/screen-selfie/*
```

## TODO

- add REMOVE_FILES_SMALLER_THEN variable