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: 7 days ago
JSON representation

A lightweight screen recorder macOS application written in SwiftUI.

Lists

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!