A lightweight screen recorder macOS application written in SwiftUI.
You can use homebrew-cask or download from release page.
brew tap hotchemi/tap
brew install scre
Command + s
: record/stop buttonCommand + l
: Show other windowsCommand + ,
: Settings
- Always ask file path
- if the option is false, we automatically save GIF file under
Movies
folder.
- if the option is false, we automatically save GIF file under
- Mouse button press
- You can capture your mouse and its press event.
- Repeat
- You can choose whether the GIF file supports repeat or not
- Pixel Size
- Original, High, Middle, Low
- Frame Rate
- High, Middle, Low
You need CocoaPods to resolve dependencies.
pod install
And open Scre.xcworkspace
on XCode and here you go!