Command X is a tiny menubar app for macOS that enables Cut (Cmd+X) and Paste (Cmd+V) in Finder, similar to Windows/Linux.
This was inspired by Command X. I built this because I didnt want to pay $4 for a stupid simple shortcut remap.
- When Finder is frontmost:
Cmd+Xtriggers a copy- The next
Cmd+Vbecomes Move (Finder\tCmd+Option+V)
- Normal
Cmd+CandCmd+Vstill behave as expected.
- Input Monitoring may be required depending on your macOS version and security settings.
There is no prebuilt binary yet. Please build manually:
- Install Xcode from the App Store.
- Clone this repo and open
Command X.xcodeprojin Xcode. - Select the
Command Xtarget and click Run. - Grant Input Monitoring permission if prompted.
- The app runs as a menubar item.
If you build the app on your own machine, macOS won’t quarantine it:
- In Xcode, use Product > Archive (Release build).
- Export the
.appand move it to/Applications. - Launch it once to set permissions.
The app is sandboxed and will NOT connect to the internet. It also doesn't have any file access entitlements.
- Fix file names and search queries in finder not being "cut"