JBCut is a simple clipboard buffer app for macOS, which have some logic and ui resources is transformed from jumpcut.
Because the jumpcut is not support 64bit, so develop the JBCut for use.
- macOS Sierra 10.12 or higher
- xcode 10.3
- swift 5.0.1
v1.0.0 is the fist version
- JBCut will store the code piece your copied. And Use
Shift-Command-V
ofShift-Command-K
to search the clip histoy,when release the modify flags kyes (Shift Command Option Ctrl
) will paste this code. - you can also use the custom hotkey which is defined in preferences to paste it.
- you can also change other setting and app appearance in preferences.
JBCut is MIT license.
- Since macOS 10.14 Mojave need accessibility permission to paste the code. So you should confirm
System preferences/Securtiy & Privacy/Privacy/Accessibility/JBCut
the is checked - if you can open the JBCut, Please check
System preferences/Securtiy & Privacy/General/
is allowed apps download from anywhere.