Glipper is an intuitive Electron app that scans your game clips folder and provides a sleek interface for browsing, editing, and organizing your favorite game clips.
⚠️ Alert: This app is currently not finished and is actively being worked on.
- Scan Your Clips Folder: After inputting your clips folder, Glipper tries to automatically parse all your games, downloading posters and creating thumbnails for your games and clips.
- Quick Clip Previews: Instantly preview any clip within the app.
- Simple Editing Workflow: Select a clip, edit it and even delete it without leaving the app.
- Easy Clip Sharing: You can opt in to automatically copy the cut clip into clipboard so that you can just paste it into your app of choice (Discord, Slack, Messenger...).
- Many more to come!: Glipper is still being developed, more features like creating compilations from multiple clips, converting clips into different or smaller formats and others are coming!
⚠️ Alert: The app currently only expects this folder layout: [folder]/[game-name]/[clip-name].
To get started with Glipper, follow these steps:
Head over to the releases page to download the latest version for your platform.
- Windows: Download the
.exe
file and follow the on-screen instructions. - macOS: Download the
.dmg
file, open it, and drag the Glipper icon into your Applications folder. - Linux: Download the appropriate binary for your distribution.
If you want to run the app locally or contribute, follow these steps:
-
Clone the repository:
git clone https://github.com/MrJamesT/glipper.git
-
Navigate to the project directory:
cd glipper
-
Install dependencies:
pnpm install
-
Generate Prisma Client:
pnpm prisma:generate
-
Run the app:
pnpm dev
- Set your Clip Folder: Upon launching Glipper, open the settings menu in the upper-right corner and set the folder where your game clips are stored. You can always change this later in the settings.
- Browse by Game: Once your folder is set, Glipper will scan and categorize your clips by game titles.
- Select & Edit: Choose the game, and then pick the clip you want to work on. You can preview and edit the clip within the app.
- Save & Share: Export the edited clips and share them on your favorite platforms.
Contributions from anyone are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch (`git checkout -b feature-branch`).
- Commit your changes (`git commit -m 'Add a cool feature'`).
- Push to the branch (`git push origin feature-branch`).
- Open a Pull Request.
This project is licensed under the GPL-3.0 license. See the COPYING file for details.
If you encounter any issues or have any questions, feel free to open an issue.