Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/Scre
A lightweight screen recorder macOS application written in SwiftUI.
https://github.com/hotchemi/Scre
macos screenrecorder swiftui
Last synced: 2 months ago
JSON representation
A lightweight screen recorder macOS application written in SwiftUI.
- Host: GitHub
- URL: https://github.com/hotchemi/Scre
- Owner: hotchemi
- License: mit
- Created: 2021-02-23T13:35:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T05:32:16.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T13:40:46.619Z (2 months ago)
- Topics: macos, screenrecorder, swiftui
- Language: Swift
- Homepage:
- Size: 2.16 MB
- Stars: 70
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Scre
A lightweight screen recorder macOS application written in SwiftUI.
## Demo
## Install
You can use [homebrew-cask](https://github.com/Homebrew/homebrew-cask) or download from [release](https://github.com/hotchemi/Scre/releases) page.
```sh
brew tap hotchemi/tap
brew install scre
```## Keyboard Shortcuts
- `Command + s`: record/stop button
- `Command + l`: Show other windows
- `Command + ,`: Settings## Settings
- Always ask file path
- if the option is false, we automatically save GIF file under `Movies` folder.
- 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## Build
You need CocoaPods to resolve dependencies.
```sh
pod install
```And open `Scre.xcworkspace` on XCode and here you go!