@betterclip/betterclip
v1.0.17
Published
Smart clipboard manager for macOS with snippets and history search
Maintainers
Readme
npm BetterClip Installer
This is an npm package that downloads and installs BetterClip for macOS.
Installation
npm install -g @betterclip/betterclipOr with yarn:
yarn global add @betterclip/betterclipWhat it does
- ✅ Downloads the latest BetterClip DMG from GitHub Releases
- ✅ Mounts the DMG
- ✅ Copies BetterClip.app to /Applications
- ✅ Cleans up temporary files
- ✅ Shows helpful tips
Usage
# Start the app
open -a BetterClip
# Or use npm to launch
betterclipSystem Requirements
- macOS 14.0 or later
- Node.js 14+
- npm 6+
Troubleshooting
"Permission denied" when running installer
sudo npm install -g betterclipDMG won't mount
- Check your internet connection
- Verify the release exists on GitHub
App won't launch
# Grant execute permissions
chmod +x /Applications/BetterClip.app/Contents/MacOS/BetterClip
# Try launching again
open -a BetterClipUninstall
rm -rf /Applications/BetterClip.app
npm uninstall -g @betterclip/betterclipMore Info
See the main repository for docs and source code.
