Skip to content

ratnesh-jain/Squirrel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Squirrel

🐿️ Pronounced: Scroll-Wheel

A menu bar app that adds scrolling to the simulator.

  • For some reason, you can't scroll in Xcode's simulator.
  • This app enables scrolling again!
  • Features: customizable settings, made with SwiftUI, and a cute squirrel.

Installation

You can download Squirrel directly, or use Homebrew.

brew tap hkamran80/things
brew install hkamran80/things/squirrel

Note: Squirrel requires macOS Ventura (13.0) or higher. Big Sur support coming soon.

Screenshots

Main Menu Advanced Settings
Menu Bar Menu Bar Expanded
Dark Mode
Menu Bar Dark Mode
1. You start scrolling 2. Squirrel drags on the screen for you 3. Your cursor auto-snaps back to where you started
Screenshot of simulator Screenshot of simulator, blue pointer shown at initial cursor position. Cursor is dragged higher up. Screenshot of simulator, cursor is back at its original position.

Videos

Squirrel.mp4
Simulator.mp4

Notes

  • Press ESC to stop scrolling, in case something bugs out.
  • Trackpad support is currently unstable. Most scroll wheels should work.

Community

Author Contributing Need Help?
Squirrel is made by aheze. All contributions are welcome. Just fork the repo, then make a pull request. Open an issue or join the Discord server. You can also ping me on Twitter. Or read the source code — there's lots of comments.

How does it work?

Squirrel uses your Mac's accessibility controls to simulate a "drag" gesture.

Apple, if you're reading this:

Please add native scroll support to the Simulator! Feels like such a small feature but it'll be very welcome.

License

MIT License

Copyright (c) 2023 A. Zheng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%