A tool to open file or application quickly on mac and linux.
Warning
Keyopen might make the same shortcut set by other applications lose their effectiveness.
Run the following script in your terminal.
sudo spctl --master-disable
sudo xattr -rd com.apple.quarantine /Applications/keyopen.app
The permission has already been added to TCC database. You should manually activate it by following steps:
- Open
System Settings
. - Enter
Privacy and Security
. - Select
Accessibility
. - Turn on the switch of
keyopen
. - Restart
keyopen
.
- Make sure
yarn
has been installed. - Run
dev-v2.sh
to run this application in a debug mod.
- Run
scripts/build.sh macos
to build a release.
Not support v2.0.0 currently
- Change or add your target into
TARGETS
list inlinux.sh
. - Run
scripts/build.sh linux
to build a release.