Show HN: TimeSnapper for Mac is available now
Previously I told HN about the beta for TimeSnapper on Mac and many of you signed up and contributed feedback and suggestions during the beta, or responded with helpful comments in that thread[1].
TimeSnapper is now available in the Mac App Store, here:
https://apps.apple.com/us/app/timesnapper/id1456327684?mt=12
Thank you very much to the 'Show HN' readers who helped us get here today.
[1] https://news.ycombinator.com/item?id=19698363
32 comments
[ 0.25 ms ] story [ 67.3 ms ] threadAlso, if you ever want to ask questions about organizing a beta, I'm always keen to answer. (Though Jon did almost all of the work on this one, thanks Jon.)
This icon says "This is something really old and complicated. This is for the 40-something businessman, not for you tech-savy youth", or something in that direction.
Personally (given the name of the tool) I recommend something turtle themed.
https://i.imgur.com/kJiaHwM.png
Seeing that icon, I would assume the quality of app I'm getting is not the quality I expect for $30.
Per Apple's documentation, you need icon sizes up to 1024x1024. This represents a 512x512 size at 2x DPI.
https://developer.apple.com/design/human-interface-guideline...
At the very least for the short term you could hire someone at an online freelancing site to trace the existing icon into vectors and make larger versions of it.
You will just sell more copies, straight up, if you change the logo.
For me, it is worth the price.
I have used TimeSnapper on Windows for at least 5 years.
The only thing feature I can see from the apps page is that you can play back the screenshots at whatever speed you want, which hardly warrants $30.
http://getscreenninja.com/
`while [ 1 ];do vardate=$(date +%d\-%m\-%Y\_%H.%M.%S); screencapture -t jpg -x ~/Desktop/project_name/$vardate.jpg; sleep 10; done`
ScreenNinja seems to also provide a number of features that would prob take a while to implement if you wanted them
You can do this with cron and the mac screenshot cli. I have been for years. It’s the best way to fill in your time sheet.
I also made a small react app that shows thumbnails and supports zoom and splitting the time with export. Glad to push it to a repo if people want it.
The price is a bit more daunting. A lower introductory price would definitely help me get over that hump.
But frankly my biggest concern is disk space. If I have 4K monitors, how often does this thing fire and how much disk space does each screenshot take? How long until I’ve filled up a full 1TB of expensive SSD?