Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iewnfod/keyopen

An application to open file or application quickly on mac and linux
https://github.com/iewnfod/keyopen

linux-app macos-app tauri

Last synced: 3 months ago
JSON representation

An application to open file or application quickly on mac and linux

Awesome Lists containing this project

README

        



icon

Key Open


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.

## Application Show
![show_img](./assets/show_img.png)

## FAQs
### "keyopen" has damaged, you should move it to trash
Run the following script in your terminal.
```shell
sudo spctl --master-disable
sudo xattr -rd com.apple.quarantine /Applications/keyopen.app
```

### When you cannot activate the window automatically after pressed function key...
The permission has already been added to TCC database.
You should manually activate it by following steps:
1. Open `System Settings`.
2. Enter `Privacy and Security`.
3. Select `Accessibility`.
4. Turn on the switch of `keyopen`.
5. Restart `keyopen`.

## Develop
1. Make sure `yarn` has been installed.
2. Run [`dev-v2.sh`](scripts/dev-v2.sh) to run this application in a debug mod.

## Build
### macOS
* Run `scripts/build.sh macos` to build a release.

### Linux
*Not support v2.0.0 currently*
* Change or add your target into `TARGETS` list in [`linux.sh`](scripts/linux.sh).
* Run `scripts/build.sh linux` to build a release.