Screenshot Viewer
Finding the latest screenshot
Screenshots are stored in ~/screenshots. To find and read the most recent one:
bash
ls -t ~/screenshots | head -1
Reading the screenshot
Use the Read tool on the file path to view it:
code
~/screenshots/<filename>
The Read tool supports viewing images (PNG, JPG, etc.) and will display them visually.