Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iewnfod/keyopen
- Owner: iewnfod
- License: mpl-2.0
- Created: 2023-12-09T09:54:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:55:26.000Z (6 months ago)
- Last Synced: 2024-09-29T15:02:54.324Z (4 months ago)
- Topics: linux-app, macos-app, tauri
- Language: JavaScript
- Homepage: https://muyunxi.top/keyopen
- Size: 14.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.