Clean and simple clipboard manager for developers
Find a file
Gennadii Potapov 9bd2303e1b
Merge pull request #277 from NateEag/patch-1
Fix a few typos in readme.md
2022-12-23 12:10:00 +08:00
.github
English.lproj/MainMenu.nib Fix Preferences window height 2022-01-23 21:47:21 -06:00
Flycut-iOS
Flycut-iOSTests
Flycut-iOSUITests
Flycut.xcodeproj Add ability to select save locations 2022-01-23 21:47:21 -06:00
FlycutEngine
FlycutHelper
InAppSettingsKit
LoginItem
MGSwipeTableCell
MJCloudKitUserDefaultsSync
Resources
SGHotKeysLib
ShortcutRecorder
UI Bezel layout adjustments 2022-01-23 21:47:21 -06:00
UKPrefsPanel
.gitignore
acknowledgements.txt
AppController.h Add ability to select save locations 2022-01-23 21:47:21 -06:00
AppController.m Add ability to select save locations 2022-01-23 21:47:21 -06:00
appStoreReleases.txt
award-2021.png
award-2022.png Added 2022 award image from Mac Informer 2022-09-23 23:06:39 +08:00
configureAppSandboxing.sh Fix a typo in configureAppSandboxing.sh when given SANDBOXING 2022-02-13 03:54:13 +08:00
Flycut-iOS-Bridging-Header.h
Flycut-iOS_Prefix.pch
Flycut.entitlements Fix "Launch Flycut on login" on older builds without SANDBOXING defined 2022-02-13 03:54:03 +08:00
flycut.icns
Flycut_Prefix.pch Add ability to select save locations 2022-01-23 21:47:21 -06:00
FlycutDebug.entitlements Fix "Launch Flycut on login" on older builds without SANDBOXING defined 2022-02-13 03:54:03 +08:00
FlycutOperator.h
FlycutOperator.m Create subdirectories for autosave 2022-01-23 21:47:21 -06:00
help.iOS.md
help.md
Info.plist Fix "Launch Flycut on login" on older builds without SANDBOXING defined 2022-02-13 03:54:03 +08:00
license.txt
main.m
readme.md Fix a few typos in readme.md 2022-12-22 13:50:05 -05:00

Flycut


Description: Flycut is a clean and simple clipboard manager for developers. It's based on an open source app called Jumpcut.

On the Mac, every time you copy a code piece, Flycut stores it in history. Later, you can paste it using Shift-Command-V even if you have something different in your current clipboard. You can change the hotkey and other settings in preferences.

On iOS, every time you open Flycut, it checks for a new clipping and stores it in history. Later, you can tap any item in the history list to place it on the clipboard. You can also swipe web links in the history to open them without placing them on the clipboard.

Developed by developers for developers.

Donation: If you like Flycut, you can donate here

Install

For OSX 10.13 and older use DRM-Free version

For OSX 10.14 and later use either App Store or DRM-Free versions. But don't forget to give Flycut access in System Preferences -> Security & Privacy -> Privacy -> Accessibility. If you had previous version of Flycut installed, you might need to remove it from Accessibility first and add it again.

Mac App Store: Download from the App Store here

DRM-Free: Download latest DRM-Free version here

iOS App Store: Download from the App Store here

Use

Documentation: Mac Help File / iOS Help File

Develop

Contributors: Check the list of contributors here

License: MIT