Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caldis/mos
一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
https://github.com/caldis/mos
homebrew macos mouse osx reverse scroll smooth smooth-scrolling smoothscroll swift
Last synced: 2 days ago
JSON representation
一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
- Host: GitHub
- URL: https://github.com/caldis/mos
- Owner: Caldis
- License: other
- Created: 2017-01-27T12:12:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T14:04:28.000Z (4 days ago)
- Last Synced: 2025-02-04T10:13:54.049Z (2 days ago)
- Topics: homebrew, macos, mouse, osx, reverse, scroll, smooth, smooth-scrolling, smoothscroll, swift
- Language: Swift
- Homepage: http://mos.caldis.me
- Size: 57.5 MB
- Stars: 15,338
- Watchers: 99
- Forks: 529
- Open Issues: 263
-
Metadata Files:
- Readme: README.enUS.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mos
![Xcode 9.0+](https://img.shields.io/badge/Xcode-9.0%2B-blue.svg)
![Swift 4.0+](https://img.shields.io/badge/Swift-4.0%2B-orange.svg)A free & simple app to allow your mouse wheel to scroll smoothly on macOS.
[中文](https://github.com/Caldis/Mos/blob/master/README.md) | [English](https://github.com/Caldis/Mos/blob/master/README.enUS.md) |
[Русский](https://github.com/Caldis/Mos/blob/master/README.ru.md)## Homepage
http://mos.caldis.me/
## Features
- Let the mouse wheel scroll smoothly just like using a touchpad.
- Allows customizing scroll behavior, such as the speed and acceleration.
- Allows customizing the scrolling behavior for touchpad and mouse wheel separately.
- Provides an informative graph that shows the scroll events.
- Built-in per app block/allow list support.
- Coded with Swift.## Download & Install
### Homebrew
If you wish to install the application from [Homebrew](https://brew.sh):
```bash
$ brew install --cask mos
```The application will live at `/Applications/Mos.app`.
To update the app:
```bash
$ brew update
$ brew reinstall mos
```Quit then relaunch the app.
### Manual Installation
- [GithubRelease](https://github.com/Caldis/Mos/releases/)
## Guide
- [Wiki](https://github.com/Caldis/Mos/wiki)
## Thanks
- [Charts](https://github.com/danielgindi/Charts)
- [iconfont.cn](http://www.iconfont.cn)
- [LoginServiceKit](https://github.com/Clipy/LoginServiceKit)
- [Smoothscroll-for-websites](https://github.com/galambalazs/smoothscroll-for-websites)## Contributing
Feel free to submit or propose improvements to the code or to the translation of Mos in different languages. Please submit new issues through [GitHub issues](https://github.com/Caldis/Mos/issues). If you are good at coding, please submit a PR directly!
## LICENSE
Copyright (c) 2018 Caldis rights reserved.
[CC Attribution-NonCommercial](http://creativecommons.org/licenses/by-nc/4.0/)
Do not upload Mos to the App Store.