https://github.com/nicoryy/snipdeck-app
SnipDeck it is a perfomed way to copy giant blocks of text and code with just 2 clicks into your clipboard.
https://github.com/nicoryy/snipdeck-app
clipboard-manager desktop desktop-app electron electron-app electronjs personal-project productive-repo software windows
Last synced: 7 months ago
JSON representation
SnipDeck it is a perfomed way to copy giant blocks of text and code with just 2 clicks into your clipboard.
- Host: GitHub
- URL: https://github.com/nicoryy/snipdeck-app
- Owner: nicoryy
- Created: 2025-06-27T22:11:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T22:42:16.000Z (7 months ago)
- Last Synced: 2025-06-27T23:25:25.328Z (7 months ago)
- Topics: clipboard-manager, desktop, desktop-app, electron, electron-app, electronjs, personal-project, productive-repo, software, windows
- Language: JavaScript
- Homepage: https://nicoryy.com
- Size: 692 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# **SnipDeck App**
A lightweight and efficient desktop application that resides in your system tray, providing quick access to essential texts and codes without cluttering your workspace.
## ✨ Features
- **System Tray Integration:** Seamlessly runs in the background with a tray icon for easy access.
- **Quick Actions:** Instantly copy a significant giant block of code in one click to your clipboard.
- **Minimal UI:** Keeps your desktop clean and distraction-free.
## 🚀 Technologies Used
- **Electron** – For building cross-platform desktop applications.
- **Node.js** – Backend logic and system integration.
- **JavaScript** – Core application logic.
## 🛠️ Getting Started
> **Prerequisite:**
> Make sure you have [Visual Studio Code](https://code.visualstudio.com/) installed.
1. **Clone the repository:**
```bash
git clone https://github.com/nicoryy/snipdeck
```
2. **Install dependencies:**
```bash
npm install
```
3. **Run the app in dev:**
```bash
npm run dev
```
4. **Build and run**
```bash
npm run build
start the .exe file in /dist/win-unpacked/file.exe
```
## 📄 License
This project is licensed under the MIT License.
---
Enhance your workflow with **SnipDeck App** – the smart way to manage your desktop utilities!