Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilsardesai/Mouse-Finder
π±π An NSDockTile experiment
https://github.com/neilsardesai/Mouse-Finder
mac macos macosx
Last synced: 14 days ago
JSON representation
π±π An NSDockTile experiment
- Host: GitHub
- URL: https://github.com/neilsardesai/Mouse-Finder
- Owner: neilsardesai
- License: mit
- Created: 2021-02-23T22:28:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T22:38:29.000Z (over 3 years ago)
- Last Synced: 2024-10-25T05:47:21.583Z (19 days ago)
- Topics: mac, macos, macosx
- Language: Swift
- Homepage:
- Size: 883 KB
- Stars: 473
- Watchers: 12
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mouse Finder
Mouse Finder is a fun replacement for the system Finder icon in the Dock. It mostly works exactly like the system icon, with one important difference β the eyes follow your mouse pointer. Hereβs a [video](https://twitter.com/neilsardesai/status/1362179114204073984) of it in action.
## Installation
Download and unzip the [latest release](https://github.com/neilsardesai/Mouse-Finder/releases/download/v1.0/Finder.zip), move the app to the Applications folder, then open it. You may also want to [keep it in the Dock](https://support.apple.com/guide/mac-help/dock-mh35859/mac) and have it [open at login](https://support.apple.com/guide/mac-help/open-items-automatically-when-you-log-in-mh15189/mac).## Hiding the System Finder Icon
At this point youβll have two Finder icons in your Dock β the real Finder icon, and the one from Mouse Finder. One way to hide the system Finder icon is using an app called [cDock](https://www.macenhance.com/cdock). If you know any more ways to hide the system Finder icon, [let me know](mailto:[email protected]), and Iβll add them to this page.## Background
This project is a fun look at pushing the limits of the [NSDockTile](https://developer.apple.com/documentation/appkit/nsdocktile) API. The API was likely never meant to be used this way, so youβll find the code does get a bit hacky. The app itself, however, is pretty delightful, and I hope you enjoy using it as much as I do :)