https://github.com/rhyyn/go-organizer
Organizer for Dofus Unity
https://github.com/rhyyn/go-organizer
dofus unity windows
Last synced: 3 months ago
JSON representation
Organizer for Dofus Unity
- Host: GitHub
- URL: https://github.com/rhyyn/go-organizer
- Owner: Rhyyn
- Created: 2024-11-17T10:58:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-22T14:15:34.000Z (3 months ago)
- Last Synced: 2026-03-23T05:38:15.607Z (3 months ago)
- Topics: dofus, unity, windows
- Language: Go
- Homepage:
- Size: 9.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-organizer
https://github.com/user-attachments/assets/95ea4ec8-2111-443a-8c5a-c8d6caa9f907

### LINUX VERSION
Thanks to @Dxsk for porting this project to Linux!
https://github.com/Dxsk/go-organizer-linux
### Version "Overlay"

### Little to no memory usage

## FR (English below)
### Un organiseur pour Dofus Unity en Golang, **CECI N'EST PAS UN LOGICIEL DE TRICHE**, aucune automatisation de clic / déplacements / échanges etc..
### Sa seule fonction est de permettre l'organisation des fenêtres des clients Dofus, sauvegarder un ordre et sauvegarder trois raccourcis.
- "Toggle Organizer": Active/Désactive l'organiseur
- "Previous Character": Active la fenêtre du personnage suivant
- "Next Character": Active la fenêtre du personnage précédent
Les boutons :
- "Pin to Top": Épingle la fenêtre au premier plan.
- "Fetch": Lance une recherche de fenêtre Dofus, par exemple : vous avez lancé un nouveau compte, utilisez ce bouton pour rafraîchir la liste.
- "Load": Organise les personnages en suivant l'ordre sauvegardé via le bouton "Save", si un personnage n'est pas dans la liste sauvegardée, il sera alors placé à la fin de celle-ci.
- "Save": Sauvegarde l'ordre de priorité, si 8 comptes sont sauvegardés, mais seulement 4 sont connectés, l'ordre devrait être préservé en se basant sur la liste des 8.
- "Switch to Overlay Mode" : Passe l'application au premier plan et réduit au maximum sa taille, un espace blanc sur la droite est disponible pour la déplacer.
Autre Fonctionnalité :
- Cliquer sur le nom d'un personnage passe alors sa fenêtre au premier plan
- L'application s'arrête automatiquement au bout d'une heure sans utilisation.
## EN
### An organizer for Dofus Unity in Golang, **THIS IS NOT A CHEATING SOFTWARE**, no clicking automation / no auto-move or auto-follow / no auto-trade etc..
### Its only use is to facilitate organizing Dofus Windows, save them in order and also bind 3 keybinds to actions.
- "Toggle Organizer": Toggle On/Off the Organizer
- "Previous Character": Activate Previous Character Window
- "Next Character": Activate Next Character Window
The buttons:
- "Pin to Top": Pin go-organizer window to always be on top.
- "Fetch": Attempt to Fetch all Dofus Windows, ex: if you logged a new character, use this button to update the list.
- "Load": Will Order the windows based on the saved order if it exists, if a character is not currently in the saved list, he will be placed at the end of the list.
- "Save": Save the current set order, if 8 characters are saved, but only 4 are currently logged in, the order will be preserved based on the 8 saved characters.
- "Switch to Overlay Mode" : Set the app to be always on top and reduce its size to the bare minimum, has a small blank space on the right side which can be used to drag it around.
Other functionality:
- Clicking on a character name will activate its window to the foreground.
- The app will stop listening to keybinds after one hour of inactivity.
Knowns Bugs :
- Mouse buttons seems to have a hard time triggering the window change
- App has to be started and closed once before being able to use it, this only happens once at the first ever start.