Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamevanyt/quickutils
https://github.com/iamevanyt/quickutils
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamevanyt/quickutils
- Owner: iamEvanYT
- Created: 2024-07-06T14:03:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T09:40:51.000Z (6 months ago)
- Last Synced: 2024-07-07T15:27:41.483Z (6 months ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickUtils
## Downloading
To download, go to [releases](https://github.com/iamEvanYT/QuickUtils/releases).### macOS Specific
If you are downloading the macOS version of the app, use this command:
```bash
curl -LO https://github.com/iamEvanYT/QuickUtils/releases/download//quickutils-macos.dmg
```
If you just downlaod it from your browser, it will be blocked by [Gatekeeper](https://disable-gatekeeper.github.io/), which says 'This application is damaged' and will not let you open it.## Contributing
To install dependencies:
```bash
bun install
```To run:
```bash
bun run start
```This project is an Electron app, can be built using Electron Forge.