A lightning-fast macOS drive triage utility designed to help you slice through storage clutter. Mandoline provides a dedicated, focused interface to review media files using rapid-fire keyboard shortcuts—letting you keep, delete, or undo actions seamlessly.
Ready to use? Download the latest compiled macOS app from the root of this repository:
(Note: Because this is an independently distributed app without an Apple Developer signature, Gatekeeper will warn you when opening it. You can bypass this by right-clicking Mandoline.app in your Applications folder and selecting "Open").
- Blazing Fast Review: Instantly view images and videos sequentially.
- Keyboard-First Workflow: Never touch the mouse while triaging.
Spaceor→(Right Arrow): Keep the file and move to the next.Delete/Backspace: Move the file to the Trash.⌘ + Zor←(Left Arrow): Undo the last action and return to the previous file.
- Sandboxed Security: Designed safely using macOS native APIs.
Mandoline uses XcodeGen to manage its Xcode project.
- Install XcodeGen:
brew install xcodegen
- Generate the project:
xcodegen
- Open
Mandoline.xcodeprojand build!
If you make changes and want to generate a new .dmg to distribute:
- Install
create-dmg:brew install create-dmg
- Build the Release app:
xcodebuild -project Mandoline.xcodeproj -scheme Mandoline -configuration Release clean build SYMROOT="$(PWD)/build" - Package it:
create-dmg \ --volname "Mandoline" \ --window-pos 200 120 \ --window-size 600 400 \ --icon-size 128 \ --app-drop-link 400 185 \ --icon "Mandoline.app" 150 185 \ "Mandoline.dmg" \ "build/Release/Mandoline.app"
Standard MIT License. See LICENSE for more information.