Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/Clip
A menu bar app for macOS that saves the last few seconds of mic input to a file, any time you want.
https://github.com/nkalupahana/Clip
Last synced: 3 months ago
JSON representation
A menu bar app for macOS that saves the last few seconds of mic input to a file, any time you want.
- Host: GitHub
- URL: https://github.com/nkalupahana/Clip
- Owner: nkalupahana
- License: other
- Created: 2021-12-15T01:41:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T02:37:10.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T03:37:59.575Z (5 months ago)
- Language: Swift
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Clip
README
# Clip
Clip is a menu bar app that maintains a record of the last 30 seconds (by default) of everything it's heard from your mic.
If you click on the icon, it'll "clip" those last few seconds into an audio file. I made this because my suitemates are full
of great one-liners and I wanted a way to remember them. However, this app has all sorts of other useful applications, from having
a quick way to record harassment and uncomfortable encounters as they happen, to being able to capture meeting highlights in
a distraction-free way.Obviously, there are some serious privacy implications for this app, and some potential for abuse. Please exercise caution. All data processing is done locally, and no web requests are ever made, as can be seen from the application source. If you are recording others, ensure you have their consent, or that you are in a place with single-party consent laws for recording. The use of this application is also strictly licensed to prevent malicious actors from using it for harm. Please review the license to ensure you are in compliance.
## Installation
Download the latest zip of the `.app` from [releases](https://github.com/nkalupahana/Clip/releases).
You can also build the app directly on Xcode.## Usage
- Click the menu bar app to clip a recording.
- Right-click the menu bar app to access preferences, or to quit the app.