Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenangst/ToTheTop
๐To the top - A small macOS application to help you scroll to the top.
https://github.com/zenangst/ToTheTop
application macos osx
Last synced: about 1 month ago
JSON representation
๐To the top - A small macOS application to help you scroll to the top.
- Host: GitHub
- URL: https://github.com/zenangst/ToTheTop
- Owner: zenangst
- License: mit
- Created: 2017-03-08T16:46:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T18:34:34.000Z (over 6 years ago)
- Last Synced: 2024-11-07T15:54:27.322Z (about 1 month ago)
- Topics: application, macos, osx
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 38
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - ToTheTop - Small macOS application to help you scroll to the top. ![swift_icon] (Applications / Utilities)
- open-source-mac-os-apps - ToTheTop - Small macOS application to help you scroll to the top. ![swift_icon] (Applications / Utilities)
- awesome-swift-macos-apps - ToTheTop - Small macOS application to help you scroll to the top. (Utilities / Text)
- awesome-swift-macos-apps - ToTheTop - Small macOS application to help you scroll to the top. (Utilities / Text)
README
# ToTheTop
ToTheTop is a small macOS application that adds the same kind of scroll-to-top behavior
that you know and love from iOS. The application creates a small clickable area in your status bar
located in the top centerย of your screen covering the status bar. Don't worry, the area is invisible,
just like in iOS. The current width and height is set to 60x22 pixels.When that area is clicked, the application will then create a keystroke using `CGEvent`, more specifically
a home key event, that will cause the front most application to scroll to the top.It is as easy as that, enjoy!