基于 gpui 框架在 Rust 中构建的 macOS 窗口切换器
Fast Forward
A window switcher for macOS built in Rust using the gpui framework by Zed
[!NOTE] This application was developed as a personal learning project to explore and understand Rust programming concepts. While functional, it may contain bugs or unexpected behaviors. I am not responsible for missed meetings because you got too efficient, carpal tunnel from excessive app switching, or your cat learning to manipulate your windows after watching you use this tool
You may see this message:
Apple could not verify "FastForward.dmg" is free of malware that may harm your Mac or compromise your privacy.
To resolve the problem, run the following command in Terminal:
xattr -d com.apple.quarantine ~/Downloads/FastForward.dmg
brew install protobufbrew install swift-protobuf# Clone the repository
git clone https://github.com/yourusername/fast-forward.git
cd fast-forward
# Build in debug mode
cargo build
# Build in release mode
cargo build --release
# Run the application
cargo run
This project uses cargo fmt and cargo clippy to maintain code quality.
# Format code
cargo fmt --all
# Run linter
cargo clippy --all-targets -- -D warnings
暂无开放 Issues,或尚未同步最近议题。