Skip to content

mercred123/QuickAcces

📌 QuickAcces

QuickAcces is an Electron JS application that lets you quickly execute common system actions through a simple and intuitive UI. No more hunting through menus or remembering complex shortcuts everything you need is just a click away!

📥 Installation

1️⃣ Download the app

Option 1: Download the latest release from the Releases section.

Option 2: Clone the repo and build it yourself.

git clone https://github.com/mercred123/quickacces.git
cd QuickAcces
npm install
npm run start

📄 License

This project is licensed under the MIT License. Feel free to use, modify, and redistribute it.

🤝 Contributing

Fork the repository

Create a branch (git checkout -b feature/my-feature)

Commit your changes (git commit -m 'Add my feature')

Push the branch (git push origin feature/my-feature)

Open a Pull Request