cmdx is a lightweight macOS menu bar application that brings the missing Cut (Cmd+X) functionality to Finder.
By default, macOS Finder only supports Copy (Cmd+C) and Move (Cmd+Option+V). cmdx runs quietly in the background, detects when you press Cmd+X in Finder, and allows you to paste the file seamlessly using Cmd+V.
- Native-like Cut: Enables standard Cmd+X inside Finder to cut files.
- Menu Bar Integration: Runs quietly in your menu bar with dynamic status indication.
- Lightweight & Efficient: Minimal resource footprint.
- Privacy First: Fully local and open source. (Requires Accessibility permissions to listen for the keyboard shortcut).
You can easily download and install the app from here:
- Download the
cmdx.installer.dmgfile from the link above. - Open the
.dmgfile and dragcmdx.appinto your Applications folder. - Launch
cmdxfrom your Applications. - When prompted, follow the instructions to grant Accessibility permissions (System Settings -> Privacy & Security -> Accessibility) so the app can detect your shortcuts.
Because this is an open-source app and not distributed via the Mac App Store, macOS Gatekeeper might show a warning stating "Apple could not verify 'cmdx' is free of malware...".
To bypass this safely:
- Open your Applications folder in Finder.
- Right-click (or Control-click) on
cmdx.appand select Open. - Click Open again in the warning dialog.
(Alternatively, you can run
xattr -cr /Applications/cmdx.appin Terminal to remove the quarantine flag). You only need to do this once!
- macOS 13.0 or later.
- Accessibility Permissions.
- Clone the repository.
- Open
cmdx.xcodeprojin Xcode. - Build and Run.
Open Source Project