This Electron app helps sort gaming clips quickly and effectively.
- Rename and delete on-the-fly
- Obsidian-like graph view for viewing clips by friend names
- Get clips recursively through folders and queue them
- Skip to last
nseconds if preferred - Clean UI
Note: Claude helped a lot with the code.
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux- Trimming feature
- Search through queue
- Scroll to queue automatically
- Make queue div and graph container movable
