Clean and simple clipboard manager for developers
Find a file
2018-10-22 22:47:24 -05:00
English.lproj/MainMenu.nib Add delay for searchbox focus as workaround on Sierra 2016-12-21 19:48:32 +08:00
Flycut.xcodeproj Add FlycutOperator files to project, to be used to divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
FlycutEngine Fix pointer to interger conversion errors 2017-10-08 12:11:44 +01:00
LoginItem added DEBUG preprocessor macro for Debug build configuration; added DLog macro to pch file 2016-04-03 13:50:05 +08:00
Resources OS X 10.10 Yosemite got a bit too crafty and would apply it's own "disabled" styling if the NSStatusItem image is an image that has "disabled" in its name. Changed to xout to keep it looking colorful. 2016-01-28 22:05:42 -06:00
SGHotKeysLib sync with version in Mac AppStore 2011-06-10 00:30:07 +08:00
ShortcutRecorder got rid of DropBox syncing, will add iCloud support later 2016-04-03 13:20:57 +08:00
UI Fixed some whitespace problems (the project seems to prefer tabs). 2016-08-09 00:37:56 -06:00
UKPrefsPanel Refactor: Got rid of all Analyzer warning except for "View is clipping its contents" 2011-09-29 14:20:35 +08:00
.gitignore changes .gitignore 2016-03-29 14:57:49 +03:00
AppController.h Divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
AppController.m Divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
Flycut.entitlements 1.8 version 2016-04-03 22:45:41 +08:00
flycut.icns sync with version in Mac AppStore 2011-06-10 00:30:07 +08:00
Flycut_Prefix.pch added DEBUG preprocessor macro for Debug build configuration; added DLog macro to pch file 2016-04-03 13:50:05 +08:00
FlycutOperator.h Divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
FlycutOperator.m Divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
help.md Update help.md 2015-10-01 14:45:33 -07:00
Info.plist version 1.8.1 2016-10-02 14:26:15 +08:00
license.txt added MIT license text 2011-12-09 15:49:33 +08:00
main.m changed header comments; changed classes name 2016-04-09 23:18:45 +08:00
readme.md Update readme.md 2016-12-22 22:20:01 +08:00

Flycut


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

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.

Developed by developers for developers.

Donation: If you like Flycut, you can donate here.

MacAppStore (outdated): Download from the App Store here

Note: the App Store version is not up to date - if you want the latest version with all the features, you will have to download DRM-Free version or compile Flycut yourself.

DRM-Free: Download latest DRM-Free version here

Contributors: Check the list of contributors here

License: MIT

Documentation: Help File

Todo:

  • Big refactoring
  • Expose-like view of all clips
  • iCloud sync