Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instance01/mac-screenshot-tracker
Screenshot Tracker for Mac - Rewatch what you've worked on.
https://github.com/instance01/mac-screenshot-tracker
productivity screenshot-tracker
Last synced: 2 days ago
JSON representation
Screenshot Tracker for Mac - Rewatch what you've worked on.
- Host: GitHub
- URL: https://github.com/instance01/mac-screenshot-tracker
- Owner: instance01
- License: mit
- Created: 2020-03-03T08:22:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T11:22:05.000Z (over 4 years ago)
- Last Synced: 2024-08-01T23:33:12.244Z (3 months ago)
- Topics: productivity, screenshot-tracker
- Language: Python
- Homepage:
- Size: 2.29 MB
- Stars: 61
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Mac Screenshot Tracker - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_icon] (Applications / Productivity)
- open-source-mac-os-apps - Mac Screenshot Tracker - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_icon] (Applications / Productivity)
README
# Simple Mac Screenshot Tracker
Become more productive by reviewing what you've been working on. This application runs in the background and creates low-resolution screenshots every 60 or so (can be changed) seconds. After a tough day full of work you can then watch what you've been doing. Maybe you find that you waste a surprisingly huge amount of time on random things.
Why did I create this? It's a completely free alternative to the many screenshot trackers out there. It is very simple and hackable. It gets the job done!
Dependencies:
* ffmpeg (e.g. `brew install ffmpeg`)Usage:
```
python3 track.py track
python3 track.py watch
```For scrolling through all captured screenshots I use: https://github.com/torum/Image-viewer
TODO:
* Support for Linux, Windows. Should be trivial with ffmpeg, simply change the -f parameter (https://trac.ffmpeg.org/wiki/Capture/Desktop). Pull requests are welcome.
* More options, flesh it out. This is more for hackers who want to tinker with it.
* Statistics based on the [application in the foreground](https://stackoverflow.com/questions/373020/finding-the-current-active-window-in-mac-os-x-using-python). However, this will require PyObjC, a substantial dependency.