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
- Host: GitHub
- URL: https://github.com/vlazic/screen-selfie
- Owner: vlazic
- License: mit
- Created: 2020-01-17T00:49:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T13:51:09.000Z (about 2 years ago)
- Last Synced: 2025-06-13T17:12:24.140Z (about 1 year ago)
- Topics: bash, cron, screenshot, scrot
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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