Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamevanyt/quickutils


https://github.com/iamevanyt/quickutils

Last synced: 12 days ago
JSON representation

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.